Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetLoadMutex
Function
GetLoadMutex
engine/resource/src/resource.cpp:1573–1576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1571
}
1572
1573
dmMutex::HMutex GetLoadMutex(const dmResource::HFactory factory)
1574
{
1575
return factory->m_LoadMutex;
1576
}
1577
1578
dmResourceMounts::HContext GetMountsContext(const dmResource::HFactory factory)
1579
{
Callers
1
JobProcess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected