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

Method AwaitDelete

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

Source from the content-addressed store, hash-verified

121 }
122
123 public async Task<object> AwaitDelete(params object[] args)
124 {
125 return await Exports["icmysql"].AwaitDelete(args[0], args[1], args[2], args[3]);
126 }
127
128 public async Task<object> Transaction(params object[] args)
129 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected