(params object[] args)
| 81 | } |
| 82 | |
| 83 | public async Task<object> AwaitQuery(params object[] args) |
| 84 | { |
| 85 | return await Exports["icmysql"].AwaitQuery(args[0], args[1], args[2], args[3]); |
| 86 | } |
| 87 | |
| 88 | public async Task<object> Select(params object[] args) |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected