Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ len
Method
len
core/src/tools/artifacts.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
pub fn len(&self) -> usize {
92
self.inner.read().unwrap().artifacts.len()
93
}
94
95
pub fn is_empty(&self) -> bool {
96
self.len() == 0
Callers
3
put
Method · 0.45
is_empty
Method · 0.45
enforce_limits
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected