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

Struct simpleResolver

naconn/conn_test.go:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46)
47
48type simpleResolver struct {
49 nodes sync.Map // *proto.RawNodeID -> *proto.Node
50}
51
52func (r *simpleResolver) registerNode(node *proto.Node) {
53 key := *(node.ID.ToRawNodeID())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected