MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / verify

Method verify

cranelift/bforest/src/set.rs:332–335  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

330 C: Comparator<K>,
331{
332 fn verify(&self) {
333 self.path.verify(self.pool);
334 self.root.map(|root| self.pool.verify_tree(root, self.comp));
335 }
336
337 /// Get a text version of the path to the current position.
338 fn tpath(&self) -> String {

Callers 5

emptyFunction · 0.45
simple_cursorFunction · 0.45
two_level_sparse_treeFunction · 0.45
three_level_sparse_treeFunction · 0.45
four_levelFunction · 0.45

Calls 2

verify_treeMethod · 0.80
mapMethod · 0.45

Tested by 5

emptyFunction · 0.36
simple_cursorFunction · 0.36
two_level_sparse_treeFunction · 0.36
three_level_sparse_treeFunction · 0.36
four_levelFunction · 0.36