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

Method AwaitUpdate

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

Source from the content-addressed store, hash-verified

111 }
112
113 public async Task<object> AwaitUpdate(params object[] args)
114 {
115 return await Exports["icmysql"].AwaitUpdate(args[0], args[1], args[2], args[3]);
116 }
117
118 public async Task<object> Delete(params object[] args)
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected