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

Method authors

atomic-core/src/change/header.rs:367–370  ·  view source on GitHub ↗

Add multiple authors.

(mut self, authors: impl IntoIterator<Item = Author>)

Source from the content-addressed store, hash-verified

365
366 /// Add multiple authors.
367 pub fn authors(mut self, authors: impl IntoIterator<Item = Author>) -> Self {
368 self.authors.extend(authors);
369 self
370 }
371
372 /// Build the change header.
373 ///

Callers 5

format_defaultMethod · 0.45
format_onelineMethod · 0.45
from_entryMethod · 0.45
test_builder_chainingFunction · 0.45

Calls 1

extendMethod · 0.80

Tested by 2

test_builder_chainingFunction · 0.36