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

Method AwaitInsert

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

Source from the content-addressed store, hash-verified

101 }
102
103 public async Task<object> AwaitInsert(params object[] args)
104 {
105 return await Exports["icmysql"].AwaitInsert(args[0], args[1], args[2], args[3]);
106 }
107
108 public async Task<object> Update(params object[] args)
109 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected