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

Method register_change

atomic-core/src/pristine/txn/write/mod.rs:344–346  ·  view source on GitHub ↗
(&mut self, hash: &Hash)

Source from the content-addressed store, hash-verified

342
343impl<'a> MutTxnT for WriteTxn<'a> {
344 fn register_change(&mut self, hash: &Hash) -> PristineResult<NodeId> {
345 self.register_entity(hash, node_type::CHANGE)
346 }
347
348 fn register_tag(&mut self, hash: &Hash) -> PristineResult<NodeId> {
349 self.register_entity(hash, node_type::TAG)

Callers 15

test_inode_adj_iterationFunction · 0.80
test_find_block_in_inodeFunction · 0.80
test_inode_edge_iteratorFunction · 0.80
test_flag_filteringFunction · 0.80
test_register_changeFunction · 0.80
test_view_operationsFunction · 0.80
test_get_node_typeFunction · 0.80
test_del_viewFunction · 0.80

Calls 1

register_entityMethod · 0.80

Tested by 15

test_inode_adj_iterationFunction · 0.64
test_find_block_in_inodeFunction · 0.64
test_inode_edge_iteratorFunction · 0.64
test_flag_filteringFunction · 0.64
test_register_changeFunction · 0.64
test_view_operationsFunction · 0.64
test_get_node_typeFunction · 0.64
test_del_viewFunction · 0.64