MCPcopy Create free account
hub / github.com/csskit/csskit / is_queryable

Method is_queryable

crates/csskit_source_finder/src/lib.rs:29–31  ·  view source on GitHub ↗

Returns true if this mode makes the node queryable (has a visit_self call)

(&self)

Source from the content-addressed store, hash-verified

27impl VisitMode {
28 /// Returns true if this mode makes the node queryable (has a visit_self call)
29 pub fn is_queryable(&self) -> bool {
30 matches!(self, VisitMode::Self_ | VisitMode::All | VisitMode::Manual)
31 }
32}
33
34#[derive(Debug, Clone, PartialEq, Eq, Hash)]

Callers 1

find_queryable_nodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected