(params object[] args)
| 161 | } |
| 162 | |
| 163 | public async Task<object> MongoFind(params object[] args) |
| 164 | { |
| 165 | return await Exports["icmysql"].MongoFind(args[0], args[1], args[2], args[3]); |
| 166 | } |
| 167 | |
| 168 | public async Task<object> MongoUpdate(params object[] args) |
| 169 | { |
nothing calls this directly
no outgoing calls
no test coverage detected