MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / agent_help_tree_is_valid

Function agent_help_tree_is_valid

atomic-cli/src/main.rs:1062–1064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1060 /// recursively across every command.
1061 #[test]
1062 fn agent_help_tree_is_valid() {
1063 apply_agent_help(Cli::command()).debug_assert();
1064 }
1065
1066 /// Rendered help uses the agent-native template: a lowercase `usage:` line
1067 /// and none of the default banner (`Usage:` heading or the version/author

Callers

nothing calls this directly

Calls 2

apply_agent_helpFunction · 0.85
commandFunction · 0.85

Tested by

no test coverage detected