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

Function test_turn_file_count

atomic-agent/src/envelope.rs:827–833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825
826 #[test]
827 fn test_turn_file_count() {
828 let e = make_envelope();
829 assert_eq!(e.turn_file_count(), 2);
830
831 let e = make_minimal_envelope();
832 assert_eq!(e.turn_file_count(), 0);
833 }
834
835 #[test]
836 fn test_has_prompt() {

Callers

nothing calls this directly

Calls 2

make_envelopeFunction · 0.85
make_minimal_envelopeFunction · 0.85

Tested by

no test coverage detected