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

Method Count

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

Source from the content-addressed store, hash-verified

41 }
42
43 public async Task<object> Count(params object[] args)
44 {
45 return await Exports["icmysql"].Count(args[0], args[1], args[2], args[3], args[4], args[5]);
46 }
47
48 public async Task<object> Max(params object[] args)
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected