| 154 | } |
| 155 | |
| 156 | MaaBool 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 | |
| 165 | MaaBool CustomRequestUuid(void* trans_arg, MaaStringBuffer* buffer) |
| 166 | { |
nothing calls this directly
no outgoing calls
no test coverage detected