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

Method EndBlockAsync

abci/client/socket_client.go:262–264  ·  view source on GitHub ↗
(req types.RequestEndBlock)

Source from the content-addressed store, hash-verified

260}
261
262func (cli *socketClient) EndBlockAsync(req types.RequestEndBlock) *ReqRes {
263 return cli.queueRequest(types.ToRequestEndBlock(req))
264}
265
266func (cli *socketClient) ListSnapshotsAsync(req types.RequestListSnapshots) *ReqRes {
267 return cli.queueRequest(types.ToRequestListSnapshots(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestEndBlockFunction · 0.92

Tested by

no test coverage detected