Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ in_repo
Method
in_repo
backend/src/git/ext.rs:241–243 ·
view source on GitHub ↗
(&self, repo_id: RepoId)
Source
from the content-addressed store, hash-verified
239
}
240
241
pub fn in_repo(&self, repo_id: RepoId) -> bool {
242
self.repo_id == repo_id
243
}
244
245
pub fn in_wiki_repo(&self) -> bool {
246
lazy_static! {
Callers
1
display_color
Method · 0.80
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected