Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ len
Method
len
backend/src/git/activity.rs:90–92 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
88
}
89
90
pub fn len(&self) -> usize {
91
self.0.len()
92
}
93
94
pub fn is_empty(&self) -> bool {
95
self.0.is_empty()
Callers
1
markdown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected