Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_provenance
Method
add_provenance
atomic-repository/src/record/options.rs:264–267 ·
view source on GitHub ↗
(mut self, entry: Provenance)
Source
from the content-addressed store, hash-verified
262
/// Add a single provenance entry.
263
#[must_use]
264
pub fn add_provenance(mut self, entry: Provenance) -> Self {
265
self.provenance.push(entry);
266
self
267
}
268
269
// Getters
270
Callers
4
test_options_provenance_add_single
Function · 0.45
test_options_provenance_builder_chain
Function · 0.45
test_options_to_assembly_options_includes_provenance
Function · 0.45
test_options_clone_preserves_provenance
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
4
test_options_provenance_add_single
Function · 0.36
test_options_provenance_builder_chain
Function · 0.36
test_options_to_assembly_options_includes_provenance
Function · 0.36
test_options_clone_preserves_provenance
Function · 0.36