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

Function is_empty_default_agent

src/agents/kiro.rs:495–497  ·  view source on GitHub ↗
(value: &serde_json::Value)

Source from the content-addressed store, hash-verified

493}
494
495fn is_empty_default_agent(value: &serde_json::Value) -> bool {
496 value.is_null() || value.as_str() == Some("")
497}
498
499fn format_json_scalar(value: &serde_json::Value) -> String {
500 value

Callers 1

install_default_agentFunction · 0.85

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected