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