MCPcopy Index your code
hub / github.com/emwalker/digraph / is_empty

Method is_empty

backend/src/git/search.rs:129–131  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

127 }
128
129 pub fn is_empty(&self) -> bool {
130 self.urls.is_empty() && self.tokens.is_empty() && self.topic_specs.is_empty()
131 }
132
133 pub fn topics_only(&self) -> bool {
134 self.urls.is_empty() && self.tokens.is_empty() && !self.topic_specs.is_empty()

Callers 4

topics_onlyMethod · 0.45
callMethod · 0.45
testMethod · 0.45
url_pathsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected