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

Function test_set_transcript_path_first_time

atomic-agent/src/turn/session.rs:757–761  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755
756 #[test]
757 fn test_set_transcript_path_first_time() {
758 let mut s = make_session();
759 s.set_transcript_path("/tmp/t.jsonl");
760 assert_eq!(s.transcript_path, Some(PathBuf::from("/tmp/t.jsonl")));
761 }
762
763 #[test]
764 fn test_set_transcript_path_no_overwrite() {

Callers

nothing calls this directly

Calls 2

set_transcript_pathMethod · 0.80
make_sessionFunction · 0.70

Tested by

no test coverage detected