Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ defs
Function
defs
src/tool_command/tests.rs:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
use serde_json::json;
3
4
fn defs() -> Vec<ToolDefinition> {
5
get_tool_definitions()
6
}
7
8
fn def(name: &str) -> ToolDefinition {
9
defs()
Callers
3
def
Function · 0.85
unknown_tool_name_errors
Function · 0.85
unknown_tool_suggestion_finds_nearest_name
Function · 0.85
Calls
1
get_tool_definitions
Function · 0.85
Tested by
no test coverage detected