MCPcopy Create free account
hub / github.com/HexHive/NASS / AddValueModPrime

Method AddValueModPrime

fuzz/libfuzzer/FuzzerValueBitMap.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 ATTRIBUTE_NO_SANITIZE_ALL
44 inline bool AddValueModPrime(uintptr_t Value) {
45 return AddValue(Value % kMapPrimeMod);
46 }
47
48 inline bool Get(uintptr_t Idx) {
49 assert(Idx < kMapSizeInBits);

Callers 1

HandleCallerCalleeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected