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

Method AwaitSingle

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

Source from the content-addressed store, hash-verified

151 }
152
153 public async Task<object> AwaitSingle(params object[] args)
154 {
155 return await Exports["icmysql"].AwaitSingle(args[0], args[1], args[2], args[3]);
156 }
157
158 public async Task<object> MongoInsert(params object[] args)
159 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected