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

Method init_proto

source/binding/NodeJS/src/apis/controller.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ImageJobImpl::init_proto(maajs::ObjectType proto, maajs::FunctionType)
39{
40 MAA_BIND_FUNC(proto, "get", ImageJobImpl::get);
41}
42
43maajs::ValueType load_image_job(maajs::EnvType env)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected