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

Function PushBytes

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

Source from the content-addressed store, hash-verified

1420 }
1421
1422 void PushBytes(const uint8_t *bytes, size_t size) { buf_.push(bytes, size); }
1423
1424 void PopBytes(size_t amount) { buf_.pop(amount); }
1425

Callers 5

PushFlatBufferFunction · 0.85
CreateStringFunction · 0.85
CreateVectorFunction · 0.85
CreateVectorOfStructsFunction · 0.85
FinishFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected