MCPcopy Index your code
hub / github.com/emwalker/digraph / len

Method len

backend/src/git/ext.rs:178–180  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176
177impl Synonyms {
178 pub fn len(&self) -> usize {
179 self.0.len()
180 }
181
182 pub fn is_empty(&self) -> bool {
183 self.0.is_empty()

Callers 10

try_fromMethod · 0.45
partsMethod · 0.45
is_validMethod · 0.45
cmpMethod · 0.45
parse_pathFunction · 0.45
parseMethod · 0.45
url_pathsMethod · 0.45
has_subsequenceMethod · 0.45
countFunction · 0.45

Calls

no outgoing calls

Tested by 1

countFunction · 0.36