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

Function CustomConnected

source/binding/NodeJS/src/apis/callback.cpp:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156MaaBool CustomConnected(void* trans_arg)
157{
158 // auto customCtx = reinterpret_cast<CustomControllerContext*>(trans_arg);
159 // auto ctx = customCtx->callbacks["connected"];
160 // return ctx->Call<bool>([&](maajs::FunctionType func) { return func.Call({}); });
161 std::ignore = trans_arg;
162 return true;
163}
164
165MaaBool CustomRequestUuid(void* trans_arg, MaaStringBuffer* buffer)
166{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected