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

Function test_is_session_envelope_minimal

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

Source from the content-addressed store, hash-verified

795
796 #[test]
797 fn test_is_session_envelope_minimal() {
798 let bytes = make_minimal_envelope().encode().unwrap();
799 assert!(SessionEnvelope::is_session_envelope(&bytes));
800 }
801
802 #[test]
803 fn test_is_session_envelope_not_envelope() {

Callers

nothing calls this directly

Calls 3

make_minimal_envelopeFunction · 0.85
encodeMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected