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

Function ResourceGetCanonicalPath

engine/resource/src/resource.cpp:1726–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724}
1725
1726uint32_t ResourceGetCanonicalPath(const char* path, char* buf, uint32_t buf_len)
1727{
1728 return dmResource::GetCanonicalPath(path, buf, buf_len);
1729}
1730
1731ResourceResult ResourceCreateResource(HResourceFactory factory, const char* name, void* data, uint32_t data_size, void** resource)
1732{

Callers

nothing calls this directly

Calls 1

GetCanonicalPathFunction · 0.85

Tested by

no test coverage detected