| 91 | } |
| 92 | |
| 93 | MaaTasker* MaaTaskerCreate() |
| 94 | { |
| 95 | LogError << "MaaAgentServer Not implement this API, Please use MaaFramework"; |
| 96 | return nullptr; |
| 97 | } |
| 98 | |
| 99 | void MaaTaskerDestroy(MaaTasker*) |
| 100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected