MCPcopy 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
31void ByteArray::skip(size_t numBytes) {
32 if (!checkEndOfFile(numBytes)) {
33 positionChanged(numBytes);
34 }
35}
36
37bool ByteArray::readBoolean() {
38 if (!checkEndOfFile(1)) {

Callers 4

ReadTagFunction · 0.45
ReadBodyFunction · 0.45
ReadCompositionsFunction · 0.45
ReadLayersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected