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

Method with_author

atomic-cli/src/commands/record/mod.rs:285–288  ·  view source on GitHub ↗

Builder: set the author.

(mut self, author: impl Into<String>)

Source from the content-addressed store, hash-verified

283
284 /// Builder: set the author.
285 pub fn with_author(mut self, author: impl Into<String>) -> Self {
286 self.author = Some(author.into());
287 self
288 }
289
290 /// Builder: set the identity.
291 pub fn with_identity(mut self, identity: impl Into<String>) -> Self {

Callers 6

test_record_with_authorFunction · 0.45
test_parse_author_fullFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_record_with_authorFunction · 0.36
test_parse_author_fullFunction · 0.36