Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ get
Method
get
source/binding/NodeJS/src/apis/tasker.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#include
"ext.h"
11
12
maajs::ValueType TaskJobImpl::get()
13
{
14
return maajs::CallMemberHelper<maajs::ValueType>(source.Value(),
"task_detail"
, id);
15
}
16
17
TaskJobImpl* TaskJobImpl::ctor(const maajs::CallbackInfo& info)
18
{
Callers
nothing calls this directly
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected