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

Method Delete

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

Source from the content-addressed store, hash-verified

116 }
117
118 public async Task<object> Delete(params object[] args)
119 {
120 return await Exports["icmysql"].Delete(args[0], args[1], args[2], args[3]);
121 }
122
123 public async Task<object> AwaitDelete(params object[] args)
124 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected