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

Method FindById

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

Source from the content-addressed store, hash-verified

16 }
17
18 public async Task<object> FindById(params object[] args)
19 {
20 return await Exports["icmysql"].FindById(args[0], args[1], args[2], args[3], args[4], args[5]);
21 }
22
23 public async Task<object> Modify(params object[] args)
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected