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

Method MongoDelete

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

Source from the content-addressed store, hash-verified

176 }
177
178 public async Task<object> MongoDelete(params object[] args)
179 {
180 return await Exports["icmysql"].MongoDelete(args[0], args[1], args[2], args[3]);
181 }
182 }
183}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected