(params object[] args)
| 126 | } |
| 127 | |
| 128 | public async Task<object> Transaction(params object[] args) |
| 129 | { |
| 130 | return await Exports["icmysql"].Transaction(args[0], args[1], args[2], args[3]); |
| 131 | } |
| 132 | |
| 133 | public async Task<object> AwaitTransaction(params object[] args) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected