Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ name
Method
name
core/src/tools/registry.rs:328–330 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
326
#[async_trait]
327
impl Tool for MockTool {
328
fn name(&self) -> &str {
329
&self.name
330
}
331
332
fn description(&self) -> &str {
333
"A mock tool for testing"
Callers
3
register_builtin
Method · 0.45
register
Method · 0.45
definitions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected