Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ len_children
Method
len_children
atomic-core/src/output/alive/graph.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
/// Get the number of child entries in the children array.
168
#[inline]
169
pub fn len_children(&self) -> usize {
170
self.children.len()
171
}
172
173
/// Push a span onto the graph.
174
///
Callers
1
retrieve_graph
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected