Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
34
type
LastErrSetter
interface
{
35
SetLastErr(error)
36
}
37
38
// NewClient returns a new Client with stream.
Callers
1
CallNodeWithContext
Method · 0.65
Implementers
1
pooledClient
rpc/pool.go
Calls
no outgoing calls
Tested by
no test coverage detected