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

Method Query

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

Source from the content-addressed store, hash-verified

76 }
77
78 public async Task<object> Query(params object[] args)
79 {
80 return await Exports["icmysql"].Query(args[0], args[1], args[2], args[3]);
81 }
82
83 public async Task<object> AwaitQuery(params object[] args)
84 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected