Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ TaskerImpl
Method
TaskerImpl
source/binding/NodeJS/src/apis/tasker.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
TaskerImpl::TaskerImpl(MaaTasker* tasker, bool own)
39
: tasker(tasker)
40
, own(own)
41
{
42
}
43
44
TaskerImpl::~TaskerImpl()
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected