MCPcopy Create free account
hub / github.com/ccusage/ccusage / legacy_agent_report_supported

Function legacy_agent_report_supported

rust/crates/ccusage-cli/src/parser.rs:650–652  ·  view source on GitHub ↗
(agent: &str, report: &str)

Source from the content-addressed store, hash-verified

648}
649
650fn legacy_agent_report_supported(agent: &str, report: &str) -> bool {
651 agent_report_supported(agent, report)
652}
653
654fn report_flag_alias_error(args: &[String]) -> Option<String> {
655 let flag = args.iter().find(|arg| {

Callers 1

Calls 1

agent_report_supportedFunction · 0.85

Tested by

no test coverage detected