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

Method with_author

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

Builder: set the author.

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

Source from the content-addressed store, hash-verified

291
292 /// Builder: set the author.
293 pub fn with_author(mut self, author: impl Into<String>) -> Self {
294 self.author = Some(author.into());
295 self
296 }
297
298 /// Builder: set the identity.
299 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