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

Method Destroy

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

Source from the content-addressed store, hash-verified

36 }
37
38 public async Task<object> Destroy(params object[] args)
39 {
40 return await Exports["icmysql"].Destroy(args[0], args[1], args[2], args[3], args[4], args[5]);
41 }
42
43 public async Task<object> Count(params object[] args)
44 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected