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

Function test_provenance_has_timestamp

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

Source from the content-addressed store, hash-verified

717
718#[test]
719fn test_provenance_has_timestamp() {
720 let session = make_session();
721 let event = make_event();
722 let options = make_options(&session, &event);
723
724 let prov = build_turn_provenance(&options);
725 assert!(prov.timestamp.is_some());
726}
727
728// build_turn_envelope tests
729

Callers

nothing calls this directly

Calls 4

make_eventFunction · 0.85
make_optionsFunction · 0.85
build_turn_provenanceFunction · 0.85
make_sessionFunction · 0.70

Tested by

no test coverage detected