(params object[] args)
| 76 | } |
| 77 | |
| 78 | public async Task<object> Query(params object[] args) |
| 79 | { |
| 80 | return await Exports["icmysql"].Query(args[0], args[1], args[2], args[3]); |
| 81 | } |
| 82 | |
| 83 | public async Task<object> AwaitQuery(params object[] args) |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected