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

Method gc_mark

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

Source from the content-addressed store, hash-verified

345}
346
347void ControllerImpl::gc_mark(maajs::NativeMarkerFunc marker)
348{
349 for (const auto& [_, ctx] : sinks) {
350 marker(ctx->fn);
351 }
352}
353
354ControllerImpl* ControllerImpl::ctor(const maajs::CallbackInfo& info)
355{

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected