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

Function DebugPrintMount

engine/resource/src/resource_mounts.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static void DebugPrintMount(int level, const ArchiveMount& mount)
119{
120 dmURI::Parts uri;
121 dmResourceProvider::GetUri(mount.m_Archive, &uri);
122 DM_RESOURCE_DBG_LOG(level, "Mount: prio: %3d %s p: %p uri: %s:%s/%s\n", mount.m_Priority, dmHashReverseSafe64(mount.m_NameHash), mount.m_Archive, uri.m_Scheme, uri.m_Location, uri.m_Path);
123}
124
125dmMutex::HMutex GetMutex(HContext ctx)
126{

Callers 3

GetResourceSizeFunction · 0.85
ReadResourceFunction · 0.85
ReadResourcePartialFunction · 0.85

Calls 2

GetUriFunction · 0.85
dmHashReverseSafe64Function · 0.85

Tested by

no test coverage detected