Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_empty
Method
is_empty
atomic-core/src/pristine/vault.rs:401–403 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
399
}
400
401
pub fn is_empty(&self) -> bool {
402
self.nodes.is_empty()
403
}
404
}
405
406
/// Response from a KG query (hybrid search).
Callers
1
allocate_intent_id
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected