(params object[] args)
| 96 | } |
| 97 | |
| 98 | public async Task<object> Insert(params object[] args) |
| 99 | { |
| 100 | return await Exports["icmysql"].Insert(args[0], args[1], args[2], args[3]); |
| 101 | } |
| 102 | |
| 103 | public async Task<object> AwaitInsert(params object[] args) |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected