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