Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ len
Method
len
crates/kernel/src/lctx.rs:93–95 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
91
}
92
93
pub fn len(&self) -> usize {
94
self.decls.len()
95
}
96
97
pub fn is_empty(&self) -> bool {
98
self.decls.is_empty()
Callers
2
push
Method · 0.45
truncate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected