(params object[] args)
| 101 | } |
| 102 | |
| 103 | public async Task<object> AwaitInsert(params object[] args) |
| 104 | { |
| 105 | return await Exports["icmysql"].AwaitInsert(args[0], args[1], args[2], args[3]); |
| 106 | } |
| 107 | |
| 108 | public async Task<object> Update(params object[] args) |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected