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

Method Max

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

Source from the content-addressed store, hash-verified

46 }
47
48 public async Task<object> Max(params object[] args)
49 {
50 return await Exports["icmysql"].Max(args[0], args[1], args[2], args[3], args[4], args[5]);
51 }
52
53 public async Task<object> Min(params object[] args)
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected