Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ contains
Method
contains
backend/src/git/index.rs:66–68 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
64
}
65
66
pub fn contains(&self, other: &Self) -> bool {
67
self.0.contains(&other.0)
68
}
69
}
70
71
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
Callers
7
next
Method · 0.80
append_synonym
Function · 0.80
call
Method · 0.80
indexed_on
Method · 0.80
test
Method · 0.80
fetch_matches
Method · 0.80
intersection
Method · 0.80
Calls
no outgoing calls
Tested by
1
intersection
Method · 0.64