MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / def

Function def

src/tool_command/tests.rs:8–13  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

6}
7
8fn def(name: &str) -> ToolDefinition {
9 defs()
10 .into_iter()
11 .find(|d| d.name == format!("tracedecay_{name}"))
12 .unwrap()
13}
14
15#[test]
16fn canonicalizes_alias_and_strip_prefix() {

Calls 1

defsFunction · 0.85

Tested by

no test coverage detected