MCPcopy Create free account
hub / github.com/IceClusters/icmysql / MongoCount

Method MongoCount

library/csharp/Server/MySQL.cs:173–176  ·  view source on GitHub ↗
(params object[] args)

Source from the content-addressed store, hash-verified

171 }
172
173 public async Task<object> MongoCount(params object[] args)
174 {
175 return await Exports["icmysql"].MongoCount(args[0], args[1], args[2], args[3]);
176 }
177
178 public async Task<object> MongoDelete(params object[] args)
179 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected