Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
pub struct FetchTopicLiveSearch {
Callers
1
call
Method · 0.80
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected