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

Function test_agent_display

atomic-core/src/change/attestation.rs:792–795  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

790
791 #[test]
792 fn test_agent_display() {
793 let agent = make_agent();
794 assert_eq!(format!("{}", agent), "Claude Code (anthropic)");
795 }
796
797 // -------------------------------------------------------------------------
798 // CodeChangeStats

Callers

nothing calls this directly

Calls 1

make_agentFunction · 0.85

Tested by

no test coverage detected