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