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

Function PushFlatBuffer

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

Source from the content-addressed store, hash-verified

1415 }
1416
1417 void PushFlatBuffer(const uint8_t *bytes, size_t size) {
1418 PushBytes(bytes, size);
1419 finished = true;
1420 }
1421
1422 void PushBytes(const uint8_t *bytes, size_t size) { buf_.push(bytes, size); }
1423

Callers

nothing calls this directly

Calls 1

PushBytesFunction · 0.85

Tested by

no test coverage detected