Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ register_provenance
Method
register_provenance
atomic-core/src/pristine/txn/write/mod.rs:356–358 ·
view source on GitHub ↗
(&mut self, hash: &Hash)
Source
from the content-addressed store, hash-verified
354
}
355
356
fn register_provenance(&mut self, hash: &Hash) -> PristineResult<NodeId> {
357
self.register_entity(hash, node_type::PROVENANCE)
358
}
359
360
fn put_graph(
361
&mut self,
Callers
1
save_provenance_graph
Method · 0.80
Calls
1
register_entity
Method · 0.80
Tested by
no test coverage detected