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

Function GetKeyStringWithId

exporter/src/export/Marker.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static std::string GetKeyStringWithId(std::string key, pag::ID id) {
111 return key + "-" + std::to_string(id);
112}
113
114static std::vector<int>* CreateDefaultIndices(int count) {
115 if (count <= 0) {

Callers 6

GetImageFillModeFunction · 0.85
GetLayerEditableFunction · 0.85
SetImageFillModeFunction · 0.85
SetLayerEditableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected