| 97 | } |
| 98 | |
| 99 | void MaaTaskerDestroy(MaaTasker*) |
| 100 | { |
| 101 | LogError << "MaaAgentServer Not implement this API, Please use MaaFramework"; |
| 102 | } |
| 103 | |
| 104 | MaaBool MaaGlobalLoadPlugin(const char*) |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected