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

Function test_format_condensed_empty

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

Source from the content-addressed store, hash-verified

161
162#[test]
163fn test_format_condensed_empty() {
164 let text = format_condensed(&[], &[]);
165 assert!(text.is_empty());
166}
167
168#[test]
169fn test_format_condensed_with_entries() {

Callers

nothing calls this directly

Calls 1

format_condensedFunction · 0.85

Tested by

no test coverage detected