MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / Int

Method Int

src/simulate/bin_serializer.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 serialize(data);
172 }
173 virtual void Int ( int32_t & data ) override {
174 serialize(data);
175 }
176 virtual void UInt ( uint32_t & data ) override {
177 serialize(data);
178 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected