MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Data

Method Data

Libs/flatbuffers/flatbuffers.h:547–547  ·  view source on GitHub ↗

The raw data in little endian format. Use with care.

Source from the content-addressed store, hash-verified

545
546 // The raw data in little endian format. Use with care.
547 const uint8_t *Data() const { return data_; }
548
549 uint8_t *Data() { return data_; }
550

Callers 13

GetAnyVectorElemIFunction · 0.45
GetAnyVectorElemFFunction · 0.45
GetAnyVectorElemSFunction · 0.45
GetAnyVectorElemPointerFunction · 0.45
SetAnyVectorElemIFunction · 0.45
SetAnyVectorElemFFunction · 0.45
SetAnyVectorElemSFunction · 0.45
IterateObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected