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

Method data

exporter/src/utils/ByteArray.h:51–53  ·  view source on GitHub ↗

* The bytes of the ByteArray object. */

Source from the content-addressed store, hash-verified

49 * The bytes of the ByteArray object.
50 */
51 const uint8_t* data() const {
52 return dataView.bytes();
53 }
54
55 /**
56 * The length of the ByteArray object.

Callers 8

OpenPAGFileFunction · 0.45
SafeStringToIntFunction · 0.45
PsdTextAttributeMethod · 0.45
isIntegerMethod · 0.45
isNumberMethod · 0.45
GetProjectFileBytesFunction · 0.45
SetItemNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected