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

Function hook_command

src/agents/mod.rs:868–870  ·  view source on GitHub ↗
(tracedecay_bin: &str, subcommand: &str)

Source from the content-addressed store, hash-verified

866}
867
868pub(crate) fn hook_command(tracedecay_bin: &str, subcommand: &str) -> String {
869 hook_command_for_platform(tracedecay_bin, subcommand, cfg!(windows))
870}
871
872pub(crate) fn hook_command_for_platform(
873 tracedecay_bin: &str,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected