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