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

Method test_strict

libCacheSim/dataStructure/sparsepp/spp.h:2134–2138  ·  view source on GitHub ↗

also tests for erased values ----------------------------

Source from the content-addressed store, hash-verified

2132 // also tests for erased values
2133 // ----------------------------
2134 bool test_strict(size_type i) const
2135 {
2136 // assert(i < _table_size);
2137 return which_group(i).test_strict(pos_in_group(i));
2138 }
2139
2140 friend struct GrpPos;
2141

Callers

nothing calls this directly

Calls 1

test_strictMethod · 0.45

Tested by

no test coverage detected