Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FreeLoad
Function
FreeLoad
engine/resource/src/async/load_queue_sync.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void FreeLoad(HQueue queue, HRequest request)
85
{
86
queue->m_ActiveRequest = 0;
87
request->m_Name = 0x0;
88
request->m_CanonicalPath = 0x0;
89
}
90
} // namespace dmLoadQueue
Callers
1
FinishLoad
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected