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

Method with_transcript_path

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

Source from the content-addressed store, hash-verified

341 /// Set the transcript path.
342 #[must_use]
343 pub fn with_transcript_path(mut self, path: impl Into<PathBuf>) -> Self {
344 self.transcript_path = Some(path.into());
345 self
346 }
347
348 /// Set the user prompt.
349 #[must_use]

Callers 11

parse_eventMethod · 0.80
parse_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
parse_post_toolFunction · 0.80

Calls

no outgoing calls

Tested by 2