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

Method AwaitSelect

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

Source from the content-addressed store, hash-verified

91 }
92
93 public async Task<object> AwaitSelect(params object[] args)
94 {
95 return await Exports["icmysql"].AwaitSelect(args[0], args[1], args[2], args[3]);
96 }
97
98 public async Task<object> Insert(params object[] args)
99 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected