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

Function test_condense_empty

atomic-agent/src/transcript/tests.rs:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75#[test]
76fn test_condense_empty() {
77 let entries = condense_claude_transcript(b"");
78 assert!(entries.is_empty());
79}
80
81#[test]
82fn test_condense_user_message() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected