MCPcopy 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

nextMethod · 0.80
append_synonymFunction · 0.80
callMethod · 0.80
indexed_onMethod · 0.80
testMethod · 0.80
fetch_matchesMethod · 0.80
intersectionMethod · 0.80

Calls

no outgoing calls

Tested by 1

intersectionMethod · 0.64