(params object[] args)
| 61 | } |
| 62 | |
| 63 | public async Task<object> Increment(params object[] args) |
| 64 | { |
| 65 | return await Exports["icmysql"].Increment(args[0], args[1], args[2], args[3], args[4], args[5]); |
| 66 | } |
| 67 | |
| 68 | public async Task<object> Decrement(params object[] args) |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected