MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / SetLastErr

Method SetLastErr

rpc/client.go:35–35  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

33// LastErrSetter defines the extend method to set client last error.
34type LastErrSetter interface {
35 SetLastErr(error)
36}
37
38// NewClient returns a new Client with stream.

Callers 1

CallNodeWithContextMethod · 0.65

Implementers 1

pooledClientrpc/pool.go

Calls

no outgoing calls

Tested by

no test coverage detected