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

Method InfoAsync

abci/client/socket_client.go:230–232  ·  view source on GitHub ↗
(req types.RequestInfo)

Source from the content-addressed store, hash-verified

228}
229
230func (cli *socketClient) InfoAsync(req types.RequestInfo) *ReqRes {
231 return cli.queueRequest(types.ToRequestInfo(req))
232}
233
234func (cli *socketClient) SetOptionAsync(req types.RequestSetOption) *ReqRes {
235 return cli.queueRequest(types.ToRequestSetOption(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestInfoFunction · 0.92

Tested by

no test coverage detected