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

Function DeleteQueue

engine/resource/src/async/load_queue_sync.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void DeleteQueue(HQueue queue)
45 {
46 delete queue;
47 }
48
49 HRequest BeginLoad(HQueue queue, const char* name, const char* canonical_path, PreloadInfo* info)
50 {

Callers 1

DeletePreloaderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected