Skip to main content

count

Function count 

Source
pub fn count(spec: &SetSpec) -> usize
Expand description

Matches a Set against the boundary-stop walk with no probing and no provenance, for repon sets to print a count per declared Set. Infallible, like discover itself: an unreadable or missing root is silently zero entities rather than an error, so there is no DiscoveryError for this to return.