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:1092–1094  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1090 /// recursively across every command.
1091 #[test]
1092 fn agent_help_tree_is_valid() {
1093 apply_agent_help(Cli::command()).debug_assert();
1094 }
1095
1096 /// Rendered help uses the agent-native template: a lowercase `usage:` line
1097 /// 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