MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getHash

Method getHash

src/simulate/simulate_print.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33 }
34 __forceinline uint64_t getHash() const {
35 return (offset_basis <= 1) ? fnv_prime : offset_basis;
36 }
37 // regular print
38 void crlf() {
39 if ( CR ) {

Callers 5

hash_valueFunction · 0.45
getOwnSemanticHashMethod · 0.45
getOwnSemanticHashMethod · 0.45
getSemanticHashMethod · 0.45
getOwnSemanticHashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected