(params object[] args)
| 66 | } |
| 67 | |
| 68 | public async Task<object> Decrement(params object[] args) |
| 69 | { |
| 70 | return await Exports["icmysql"].Decrement(args[0], args[1], args[2], args[3], args[4], args[5]); |
| 71 | } |
| 72 | |
| 73 | public async Task<object> BulkCreate(params object[] args) |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected