Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ isClientValid
Method
isClientValid
rpc/mux/rawcaller.go:46–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(c *RawCaller) isClientValid() bool {
47
c.RLock()
48
defer
c.RUnlock()
49
50
return
c.client != nil
51
}
52
53
func
(c *RawCaller) resetClient() (err error) {
54
c.Lock()
Callers
1
Call
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected