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

Method Error

abci/client/socket_client.go:101–105  ·  view source on GitHub ↗

Error returns an error if the client was stopped abruptly.

()

Source from the content-addressed store, hash-verified

99
100// Error returns an error if the client was stopped abruptly.
101func (cli *socketClient) Error() error {
102 cli.mtx.Lock()
103 defer cli.mtx.Unlock()
104 return cli.err
105}
106
107// SetResponseCallback sets a callback, which will be executed for each
108// non-error & non-empty response from the server.

Callers 15

FlushSyncMethod · 0.95
EchoSyncMethod · 0.95
InfoSyncMethod · 0.95
SetOptionSyncMethod · 0.95
DeliverTxSyncMethod · 0.95
CheckTxSyncMethod · 0.95
QuerySyncMethod · 0.95
CommitSyncMethod · 0.95
InitChainSyncMethod · 0.95
BeginBlockSyncMethod · 0.95
EndBlockSyncMethod · 0.95
ListSnapshotsSyncMethod · 0.95

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected