MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / init_proto

Method init_proto

source/binding/NodeJS/src/apis/tasker.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void TaskJobImpl::init_proto(maajs::ObjectType proto, maajs::FunctionType)
26{
27 MAA_BIND_FUNC(proto, "get", TaskJobImpl::get);
28}
29
30maajs::ValueType load_task_job(maajs::EnvType env)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected