Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ UInt64
Method
UInt64
src/simulate/bin_serializer.cpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
serialize(data);
163
}
164
virtual void UInt64 ( uint64_t & data ) override {
165
serialize(data);
166
}
167
virtual void Double ( double & data ) override {
168
serialize(data);
169
}
Callers
nothing calls this directly
Calls
1
serialize
Function · 0.50
Tested by
no test coverage detected