Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ ControllerImpl
Method
ControllerImpl
source/binding/NodeJS/src/apis/controller.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
ControllerImpl::ControllerImpl(MaaController* ctrl, bool own)
52
: controller(ctrl)
53
, own(own)
54
{
55
}
56
57
ControllerImpl::~ControllerImpl()
58
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected