MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaResourceCreate

Function MaaResourceCreate

source/MaaFramework/API/MaaFramework.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331MaaResource* MaaResourceCreate()
332{
333 LogFunc;
334
335 return new MAA_RES_NS::ResourceMgr;
336}
337
338void MaaResourceDestroy(MaaResource* res)
339{

Callers 8

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
ctorMethod · 0.50
runMethod · 0.50
runMaaTestFunction · 0.50
pipeline_smokingFunction · 0.50
run_without_fileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected