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

Method Init

consistent/persistence.go:38–40  ·  view source on GitHub ↗

Init implements Persistence interface.

(storePath string, initNodes []proto.Node)

Source from the content-addressed store, hash-verified

36
37// Init implements Persistence interface.
38func (s *KMSStorage) Init(storePath string, initNodes []proto.Node) (err error) {
39 return kms.InitPublicKeyStore(storePath, initNodes)
40}
41
42// SetNode implements Persistence interface.
43func (s *KMSStorage) SetNode(node *proto.Node) (err error) {

Callers

nothing calls this directly

Calls 1

InitPublicKeyStoreFunction · 0.92

Tested by

no test coverage detected