Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ Float
Method
Float
src/simulate/bin_serializer.cpp:170–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
serialize(data);
169
}
170
virtual void Float ( float & data ) override {
171
serialize(data);
172
}
173
virtual void Int ( int32_t & data ) override {
174
serialize(data);
175
}
Callers
nothing calls this directly
Calls
1
serialize
Function · 0.50
Tested by
no test coverage detected