Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.80
find_short_name_len
Method · 0.80
next
Method · 0.80
new
Method · 0.80
iter
Method · 0.80
binary_search_slice
Method · 0.80
verify_valid
Method · 0.80
batch_len
Method · 0.80
encode_varint
Function · 0.80
update
Method · 0.80
write
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected