MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / QueryAsync

Method QueryAsync

abci/client/socket_client.go:246–248  ·  view source on GitHub ↗
(req types.RequestQuery)

Source from the content-addressed store, hash-verified

244}
245
246func (cli *socketClient) QueryAsync(req types.RequestQuery) *ReqRes {
247 return cli.queueRequest(types.ToRequestQuery(req))
248}
249
250func (cli *socketClient) CommitAsync() *ReqRes {
251 return cli.queueRequest(types.ToRequestCommit())

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestQueryFunction · 0.92

Tested by

no test coverage detected