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