(params object[] args)
| 91 | } |
| 92 | |
| 93 | public async Task<object> AwaitSelect(params object[] args) |
| 94 | { |
| 95 | return await Exports["icmysql"].AwaitSelect(args[0], args[1], args[2], args[3]); |
| 96 | } |
| 97 | |
| 98 | public async Task<object> Insert(params object[] args) |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected