MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / PushBytes

Function PushBytes

native/thirdpart/flatbuffers/flatbuffers.h:1347–1347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345 }
1346
1347 void PushBytes(const uint8_t *bytes, size_t size) { buf_.push(bytes, size); }
1348
1349 void PopBytes(size_t amount) { buf_.pop(amount); }
1350

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected