Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ is_empty
Method
is_empty
core/src/commands.rs:213–215 ·
view source on GitHub ↗
Whether the registry is empty.
(&self)
Source
from the content-addressed store, hash-verified
211
212
/// Whether the registry is empty.
213
pub fn is_empty(&self) -> bool {
214
self.commands.is_empty()
215
}
216
}
217
218
impl Default for CommandRegistry {
Callers
1
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected