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:830–832 ·
view source on GitHub ↗
(&mut self, hash: &Hash)
Source
from the content-addressed store, hash-verified
828
}
829
830
fn register_provenance(&mut self, hash: &Hash) -> PristineResult<NodeId> {
831
self.register_entity(hash, node_type::PROVENANCE)
832
}
833
834
fn put_graph(
835
&mut self,
Callers
1
save_provenance_graph
Method · 0.80
Calls
1
register_entity
Method · 0.80
Tested by
no test coverage detected