Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ skip
Method
skip
exporter/src/utils/ByteArray.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void ByteArray::skip(size_t numBytes) {
32
if (!checkEndOfFile(numBytes)) {
33
positionChanged(numBytes);
34
}
35
}
36
37
bool ByteArray::readBoolean() {
38
if (!checkEndOfFile(1)) {
Callers
4
ReadTag
Function · 0.45
ReadBody
Function · 0.45
ReadCompositions
Function · 0.45
ReadLayers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected