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

Method clone

source/binding/NodeJS/src/apis/context.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190maajs::ValueType ContextImpl::clone()
191{
192 return locate_object(env, MaaContextClone(context));
193}
194
195void ContextImpl::set_anchor(std::string anchor_name, std::string node_name)
196{

Callers

nothing calls this directly

Calls 1

MaaContextCloneFunction · 0.85

Tested by

no test coverage detected