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

Method Int8

src/simulate/bin_serializer.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 serialize(data);
148 }
149 virtual void Int8 ( int8_t & data ) override {
150 serialize(data);
151 }
152 virtual void UInt8 ( uint8_t & data ) override {
153 serialize(data);
154 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected