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

Method Increment

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

Source from the content-addressed store, hash-verified

61 }
62
63 public async Task<object> Increment(params object[] args)
64 {
65 return await Exports["icmysql"].Increment(args[0], args[1], args[2], args[3], args[4], args[5]);
66 }
67
68 public async Task<object> Decrement(params object[] args)
69 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected