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

Method SetOptionAsync

abci/client/socket_client.go:234–236  ·  view source on GitHub ↗
(req types.RequestSetOption)

Source from the content-addressed store, hash-verified

232}
233
234func (cli *socketClient) SetOptionAsync(req types.RequestSetOption) *ReqRes {
235 return cli.queueRequest(types.ToRequestSetOption(req))
236}
237
238func (cli *socketClient) DeliverTxAsync(req types.RequestDeliverTx) *ReqRes {
239 return cli.queueRequest(types.ToRequestDeliverTx(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestSetOptionFunction · 0.92

Tested by

no test coverage detected