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

Function OnTaskerEvent

source/binding/NodeJS/src/plugin/entry.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void OnTaskerEvent(void* handle, const char* message, const char* details_json, void*)
63{
64 getRuntime()->dispatch_tasker_sink(reinterpret_cast<MaaTasker*>(handle), message, details_json);
65}
66
67void OnContextEvent(void* handle, const char* message, const char* details_json, void*)
68{

Callers

nothing calls this directly

Calls 2

getRuntimeFunction · 0.85
dispatch_tasker_sinkMethod · 0.80

Tested by

no test coverage detected