MCPcopy 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_builtinMethod · 0.45
registerMethod · 0.45
definitionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected