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

Function test_summary_empty

atomic-agent/src/record/tests.rs:532–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530
531#[test]
532fn test_summary_empty() {
533 let status = empty_status();
534 let summary = build_file_change_summary(&status, &[]);
535 assert_eq!(summary, "");
536}
537
538// build_turn_header tests
539

Callers

nothing calls this directly

Calls 2

empty_statusFunction · 0.85

Tested by

no test coverage detected