Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Function · 0.45
getOwnSemanticHash
Method · 0.45
getOwnSemanticHash
Method · 0.45
getSemanticHash
Method · 0.45
getOwnSemanticHash
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected