(params object[] args)
| 106 | } |
| 107 | |
| 108 | public async Task<object> Update(params object[] args) |
| 109 | { |
| 110 | return await Exports["icmysql"].Update(args[0], args[1], args[2], args[3]); |
| 111 | } |
| 112 | |
| 113 | public async Task<object> AwaitUpdate(params object[] args) |
| 114 | { |
nothing calls this directly
no outgoing calls
no test coverage detected