MCPcopy Create free account
hub / github.com/emwalker/digraph / topics_only

Method topics_only

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

Source from the content-addressed store, hash-verified

131 }
132
133 pub fn topics_only(&self) -> bool {
134 self.urls.is_empty() && self.tokens.is_empty() && !self.topic_specs.is_empty()
135 }
136}
137
138pub struct FetchTopicLiveSearch {

Callers 1

callMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected