Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ make_minimal_envelope
Function
make_minimal_envelope
atomic-agent/src/envelope.rs:597–599 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
595
}
596
597
fn make_minimal_envelope() -> SessionEnvelope {
598
SessionEnvelope::builder(
"s1"
,
"test-agent"
).build()
599
}
600
601
// Builder tests
602
Callers
14
test_encode_decode_roundtrip_minimal
Function · 0.85
test_encode_has_magic_prefix
Function · 0.85
test_encode_size_reasonable
Function · 0.85
test_decode_unsupported_version
Function · 0.85
test_is_session_envelope_minimal
Function · 0.85
test_turn_file_count
Function · 0.85
test_has_prompt
Function · 0.85
test_is_session_complete
Function · 0.85
test_display_minimal
Function · 0.85
test_json_minimal_has_null_optionals
Function · 0.85
test_schema_version_is_1
Function · 0.85
test_schema_version_in_decoded
Function · 0.85
Calls
1
build
Method · 0.45
Tested by
14
test_encode_decode_roundtrip_minimal
Function · 0.68
test_encode_has_magic_prefix
Function · 0.68
test_encode_size_reasonable
Function · 0.68
test_decode_unsupported_version
Function · 0.68
test_is_session_envelope_minimal
Function · 0.68
test_turn_file_count
Function · 0.68
test_has_prompt
Function · 0.68
test_is_session_complete
Function · 0.68
test_display_minimal
Function · 0.68
test_json_minimal_has_null_optionals
Function · 0.68
test_schema_version_is_1
Function · 0.68
test_schema_version_in_decoded
Function · 0.68