MCPcopy Create free account
hub / github.com/Tencent/libpag / WriteID

Function WriteID

src/codec/DataTypes.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void WriteID(EncodeStream* stream, pag::ID value) {
359 stream->writeEncodedUint32(value);
360}
361
362void WriteLayerID(EncodeStream* stream, Layer* layer) {
363 if (layer != nullptr) {

Callers

nothing calls this directly

Calls 1

writeEncodedUint32Method · 0.80

Tested by

no test coverage detected