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

Method Min

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

Source from the content-addressed store, hash-verified

51 }
52
53 public async Task<object> Min(params object[] args)
54 {
55 return await Exports["icmysql"].Min(args[0], args[1], args[2], args[3], args[4], args[5]);
56 }
57
58 public async Task<object> Sum(params object[] args)
59 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected