Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
fn def(name: &str) -> ToolDefinition {
9
defs()
10
.into_iter()
11
.find(|d| d.name == format!(
"tracedecay_{name}"
))
12
.unwrap()
13
}
14
15
#[test]
16
fn canonicalizes_alias_and_strip_prefix() {
Callers
15
parses_positional_required_string
Function · 0.70
coerces_integer_flag
Function · 0.70
rejects_non_numeric_flag
Function · 0.70
coerces_boolean_flag
Function · 0.70
missing_required_errors
Function · 0.70
args_escape_hatch
Function · 0.70
args_escape_hatch_reads_at_file
Function · 0.70
args_escape_hatch_reads_stdin_dash
Function · 0.70
args_escape_hatch_reads_stdin_at_dash
Function · 0.70
args_escape_hatch_reads_bare_path
Function · 0.70
args_escape_hatch_missing_bare_file_errors
Function · 0.70
args_escape_hatch_missing_at_file_errors
Function · 0.70
Calls
1
defs
Function · 0.85
Tested by
no test coverage detected