MCPcopy 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_colorMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected