(params object[] args)
| 156 | } |
| 157 | |
| 158 | public async Task<object> MongoInsert(params object[] args) |
| 159 | { |
| 160 | return await Exports["icmysql"].MongoInsert(args[0], args[1], args[2], args[3]); |
| 161 | } |
| 162 | |
| 163 | public async Task<object> MongoFind(params object[] args) |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected