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

Method Decrement

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

Source from the content-addressed store, hash-verified

66 }
67
68 public async Task<object> Decrement(params object[] args)
69 {
70 return await Exports["icmysql"].Decrement(args[0], args[1], args[2], args[3], args[4], args[5]);
71 }
72
73 public async Task<object> BulkCreate(params object[] args)
74 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected