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

Method AwaitUnique

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

Source from the content-addressed store, hash-verified

141 }
142
143 public async Task<object> AwaitUnique(params object[] args)
144 {
145 return await Exports["icmysql"].AwaitUnique(args[0], args[1], args[2], args[3]);
146 }
147
148 public async Task<object> Single(params object[] args)
149 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected