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

Method AwaitQuery

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

Source from the content-addressed store, hash-verified

81 }
82
83 public async Task<object> AwaitQuery(params object[] args)
84 {
85 return await Exports["icmysql"].AwaitQuery(args[0], args[1], args[2], args[3]);
86 }
87
88 public async Task<object> Select(params object[] args)
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected