(params object[] args)
| 166 | } |
| 167 | |
| 168 | public async Task<object> MongoUpdate(params object[] args) |
| 169 | { |
| 170 | return await Exports["icmysql"].MongoUpdate(args[0], args[1], args[2], args[3]); |
| 171 | } |
| 172 | |
| 173 | public async Task<object> MongoCount(params object[] args) |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected