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

Method SetNode

consistent/persistence.go:43–45  ·  view source on GitHub ↗

SetNode implements Persistence interface.

(node *proto.Node)

Source from the content-addressed store, hash-verified

41
42// SetNode implements Persistence interface.
43func (s *KMSStorage) SetNode(node *proto.Node) (err error) {
44 return kms.SetNode(node)
45}
46
47// DelNode implements Persistence interface.
48func (s *KMSStorage) DelNode(nodeID proto.NodeID) (err error) {

Callers

nothing calls this directly

Calls 1

SetNodeFunction · 0.92

Tested by

no test coverage detected