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

Method claude_path

atomic-agent/src/transcript/generator.rs:169–174  ·  view source on GitHub ↗

Get the effective claude CLI path.

(&self)

Source from the content-addressed store, hash-verified

167
168 /// Get the effective claude CLI path.
169 pub(crate) fn claude_path(&self) -> &str {
170 self.claude_path
171 .as_ref()
172 .and_then(|p| p.to_str())
173 .unwrap_or("claude")
174 }
175
176 /// Get the effective model name.
177 pub(crate) fn model(&self) -> &str {

Callers 2

is_availableMethod · 0.80
generateMethod · 0.80

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected