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

Method AwaitTransaction

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

Source from the content-addressed store, hash-verified

131 }
132
133 public async Task<object> AwaitTransaction(params object[] args)
134 {
135 return await Exports["icmysql"].AwaitTransaction(args[0], args[1], args[2], args[3]);
136 }
137
138 public async Task<object> Unique(params object[] args)
139 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected