MCPcopy Create free account
hub / github.com/git/git / len

Method len

src/loose.rs:76–78  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

74 }
75
76 fn len(&self) -> usize {
77 self.to_compat.len()
78 }
79
80 /// Write this map to an interface implementing `std::io::Write`.
81 fn write<W: Write>(&self, wrtr: W) -> io::Result<()> {

Callers 12

writeMethod · 0.80
find_short_name_lenMethod · 0.80
nextMethod · 0.80
newMethod · 0.80
iterMethod · 0.80
binary_search_sliceMethod · 0.80
verify_validMethod · 0.80
batch_lenMethod · 0.80
encode_varintFunction · 0.80
updateMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected