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

Method gc_mark

source/binding/NodeJS/src/apis/job.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void JobImpl::gc_mark(maajs::NativeMarkerFunc marker)
150{
151 marker(source.Value());
152}
153
154maajs::ValueType load_job(maajs::EnvType env)
155{

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected