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

Function GetPath

engine/dlib/src/dlib/message.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 dmhash_t GetPath(const URL* url)
429 {
430 return url->m_Path;
431 }
432
433 void SetPath(URL* url, dmhash_t path)
434 {

Callers 12

GetResourcePropertyFunction · 0.50
AcquireResourcesFunction · 0.50
SetupDynamicFontStateFunction · 0.50
ResFontAddFontByPathFunction · 0.50
AcquireResourcesFunction · 0.50
AcquireResourcesFunction · 0.50
CanUnpackLuaBufferFunction · 0.50
Buffer_gcFunction · 0.50
LuaHBufferMethod · 0.50
CreateBufferFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected