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

Method with_transcript_path

atomic-agent/src/event.rs:351–354  ·  view source on GitHub ↗
(mut self, path: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

349 /// Set the transcript path.
350 #[must_use]
351 pub fn with_transcript_path(mut self, path: impl Into<PathBuf>) -> Self {
352 self.transcript_path = Some(path.into());
353 self
354 }
355
356 /// Set the user prompt.
357 #[must_use]

Callers 13

parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
base_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_session_startFunction · 0.80
parse_session_infoFunction · 0.80
parse_user_promptFunction · 0.80
parse_pre_toolFunction · 0.80

Calls

no outgoing calls

Tested by 2