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

Method CommitAsync

abci/client/socket_client.go:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248}
249
250func (cli *socketClient) CommitAsync() *ReqRes {
251 return cli.queueRequest(types.ToRequestCommit())
252}
253
254func (cli *socketClient) InitChainAsync(req types.RequestInitChain) *ReqRes {
255 return cli.queueRequest(types.ToRequestInitChain(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestCommitFunction · 0.92

Tested by

no test coverage detected