Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
76
fn test_condense_empty() {
77
let entries = condense_claude_transcript(b
""
);
78
assert!(entries.is_empty());
79
}
80
81
#[test]
82
fn test_condense_user_message() {
Callers
nothing calls this directly
Calls
1
condense_claude_transcript
Function · 0.85
Tested by
no test coverage detected