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

Method with_function

atomic-agent/src/transcript/reasoning.rs:201–204  ·  view source on GitHub ↗
(mut self, function: impl Into<String>)

Source from the content-addressed store, hash-verified

199 /// Set the function name.
200 #[must_use]
201 pub fn with_function(mut self, function: impl Into<String>) -> Self {
202 self.function = Some(function.into());
203 self
204 }
205
206 /// Set the end line for a range.
207 #[must_use]

Callers 3

Calls

no outgoing calls

Tested by 3