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

Method Bool

src/simulate/bin_serializer.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145 }
146 virtual void Bool ( bool & data ) override {
147 serialize(data);
148 }
149 virtual void Int8 ( int8_t & data ) override {
150 serialize(data);
151 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected