Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PushFlatBuffer
Function · 0.85
CreateString
Function · 0.85
CreateVector
Function · 0.85
CreateVectorOfStructs
Function · 0.85
Finish
Function · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected