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

Method Transaction

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

Source from the content-addressed store, hash-verified

126 }
127
128 public async Task<object> Transaction(params object[] args)
129 {
130 return await Exports["icmysql"].Transaction(args[0], args[1], args[2], args[3]);
131 }
132
133 public async Task<object> AwaitTransaction(params object[] args)
134 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected