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

Method BeginBlockAsync

abci/client/socket_client.go:258–260  ·  view source on GitHub ↗
(req types.RequestBeginBlock)

Source from the content-addressed store, hash-verified

256}
257
258func (cli *socketClient) BeginBlockAsync(req types.RequestBeginBlock) *ReqRes {
259 return cli.queueRequest(types.ToRequestBeginBlock(req))
260}
261
262func (cli *socketClient) EndBlockAsync(req types.RequestEndBlock) *ReqRes {
263 return cli.queueRequest(types.ToRequestEndBlock(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestBeginBlockFunction · 0.92

Tested by

no test coverage detected