Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OpenPAGFile
Function · 0.45
SafeStringToInt
Function · 0.45
PsdTextAttribute
Method · 0.45
isInteger
Method · 0.45
isNumber
Method · 0.45
GetProjectFileBytes
Function · 0.45
SetItemName
Function · 0.45
GetGradientColorsFromFileBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected