MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / test

Method test

libCacheSim/dataStructure/sparsepp/spp.h:1459–1462  ·  view source on GitHub ↗

We let you see if a bucket is non-empty without retrieving it -------------------------------------------------------------

Source from the content-addressed store, hash-verified

1457 // We let you see if a bucket is non-empty without retrieving it
1458 // -------------------------------------------------------------
1459 bool test(size_type i) const
1460 {
1461 return _bmtest(i);
1462 }
1463
1464 // also tests for erased values
1465 // ----------------------------

Callers 10

testMethod · 0.45
testMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
_copy_fromMethod · 0.45
_move_fromMethod · 0.45
_find_positionMethod · 0.45
findMethod · 0.45
sparse_hashtableClass · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected