Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
MaaResource* MaaResourceCreate()
332
{
333
LogFunc;
334
335
return new MAA_RES_NS::ResourceMgr;
336
}
337
338
void MaaResourceDestroy(MaaResource* res)
339
{
Callers
8
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
ctor
Method · 0.50
run
Method · 0.50
runMaaTest
Function · 0.50
pipeline_smoking
Function · 0.50
run_without_file
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected