MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / operator()

Method operator()

include/daScript/simulate/heap.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212 struct StrHashPred {
213 __forceinline size_t operator() ( const StrHashEntry & a ) const {
214 return (size_t) hash_block64((const uint8_t *)a.ptr, a.length);
215 }
216 };
217
218 class Context;

Callers

nothing calls this directly

Calls 1

hash_block64Function · 0.85

Tested by

no test coverage detected