MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / entryptionKeys

Function entryptionKeys

cli/pkg/common/log.go:125–132  ·  view source on GitHub ↗
(contents []string)

Source from the content-addressed store, hash-verified

123}
124
125func entryptionKeys(contents []string) []string {
126 result := []string{}
127 for _, content := range contents {
128 result = append(result, entryptionKey(content))
129 }
130
131 return result
132}
133
134func entryptionKey(content string) string {
135 for _, entryptionKeyConfig := range _entryptionKeyConfigs {

Callers 4

ErrorMethod · 0.85
FatalMethod · 0.85
ConsoleMethod · 0.85
ConsoleInLineMethod · 0.85

Calls 1

entryptionKeyFunction · 0.85

Tested by

no test coverage detected