MCPcopy Create free account
hub / github.com/defold/defold / GetCanonicalPath

Function GetCanonicalPath

engine/resource/src/resource_util.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153uint32_t GetCanonicalPath(const char* relative_dir, char* buf, uint32_t buf_len)
154{
155 return GetCanonicalPathFromBase("", relative_dir, buf, buf_len);
156}
157
158
159void PrintHash(const uint8_t* hash, uint32_t len)

Callers 12

PreloadDataFunction · 0.85
CreateAndLoadResourceFunction · 0.85
CreateResourcePartialFunction · 0.85
InsertResourceFunction · 0.85
GetRawFunction · 0.85
DoReloadResourceFunction · 0.85
GetDescriptorFunction · 0.85
ResourceGetCanonicalPathFunction · 0.85
MakePathDescriptorFunction · 0.85
GetCanonicalPathHashFunction · 0.85

Calls 1

GetCanonicalPathFromBaseFunction · 0.85

Tested by

no test coverage detected