(params object[] args)
| 146 | } |
| 147 | |
| 148 | public async Task<object> Single(params object[] args) |
| 149 | { |
| 150 | return await Exports["icmysql"].Single(args[0], args[1], args[2], args[3]); |
| 151 | } |
| 152 | |
| 153 | public async Task<object> AwaitSingle(params object[] args) |
| 154 | { |
nothing calls this directly
no outgoing calls
no test coverage detected