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

Function PushFlatBuffer

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

Source from the content-addressed store, hash-verified

1340 }
1341
1342 void PushFlatBuffer(const uint8_t *bytes, size_t size) {
1343 PushBytes(bytes, size);
1344 finished = true;
1345 }
1346
1347 void PushBytes(const uint8_t *bytes, size_t size) { buf_.push(bytes, size); }
1348

Callers

nothing calls this directly

Calls 1

PushBytesFunction · 0.85

Tested by

no test coverage detected