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

Method GetEx

rpc/xxx_test.go:86–92  ·  view source on GitHub ↗
(id proto.NodeID, isAnonymous bool)

Source from the content-addressed store, hash-verified

84}
85
86func (p *nilPool) GetEx(id proto.NodeID, isAnonymous bool) (Client, error) {
87 conn, err := Dial(id)
88 if err != nil {
89 return nil, err
90 }
91 return NewClient(conn), err
92}
93
94func (p *nilPool) Close() error { return nil }
95

Callers 1

GetMethod · 0.95

Calls 2

NewClientFunction · 0.85
DialFunction · 0.50

Tested by

no test coverage detected