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

Method UInt8

src/simulate/bin_serializer.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 serialize(data);
151 }
152 virtual void UInt8 ( uint8_t & data ) override {
153 serialize(data);
154 }
155 virtual void Int16 ( int16_t & data ) override {
156 serialize(data);
157 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected