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

Function ResourceGetExtFromPath

engine/resource/src/resource.cpp:1721–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719}
1720
1721const char* ResourceGetExtFromPath(const char* path)
1722{
1723 return dmResource::GetExtFromPath(path);
1724}
1725
1726uint32_t ResourceGetCanonicalPath(const char* path, char* buf, uint32_t buf_len)
1727{

Callers

nothing calls this directly

Calls 1

GetExtFromPathFunction · 0.85

Tested by

no test coverage detected