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:729–733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

727
728 #[test]
729 fn test_set_transcript_path_first_time() {
730 let mut s = make_session();
731 s.set_transcript_path("/tmp/t.jsonl");
732 assert_eq!(s.transcript_path, Some(PathBuf::from("/tmp/t.jsonl")));
733 }
734
735 #[test]
736 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