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

Method with_claude_path

atomic-agent/src/transcript/generator.rs:149–152  ·  view source on GitHub ↗
(mut self, path: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

147 /// Set the path to the claude CLI executable.
148 #[must_use]
149 pub fn with_claude_path(mut self, path: impl Into<PathBuf>) -> Self {
150 self.claude_path = Some(path.into());
151 self
152 }
153
154 /// Set the model to use.
155 #[must_use]

Callers 2

Calls

no outgoing calls

Tested by 2