MCPcopy 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
46func (c *RawCaller) isClientValid() bool {
47 c.RLock()
48 defer c.RUnlock()
49
50 return c.client != nil
51}
52
53func (c *RawCaller) resetClient() (err error) {
54 c.Lock()

Callers 1

CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected