MCPcopy 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
12maajs::ValueType TaskJobImpl::get()
13{
14 return maajs::CallMemberHelper<maajs::ValueType>(source.Value(), "task_detail", id);
15}
16
17TaskJobImpl* TaskJobImpl::ctor(const maajs::CallbackInfo& info)
18{

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected