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

Method Unique

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

Source from the content-addressed store, hash-verified

136 }
137
138 public async Task<object> Unique(params object[] args)
139 {
140 return await Exports["icmysql"].Unique(args[0], args[1], args[2], args[3]);
141 }
142
143 public async Task<object> AwaitUnique(params object[] args)
144 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected