(params object[] args)
| 151 | } |
| 152 | |
| 153 | public async Task<object> AwaitSingle(params object[] args) |
| 154 | { |
| 155 | return await Exports["icmysql"].AwaitSingle(args[0], args[1], args[2], args[3]); |
| 156 | } |
| 157 | |
| 158 | public async Task<object> MongoInsert(params object[] args) |
| 159 | { |
nothing calls this directly
no outgoing calls
no test coverage detected