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

Method AddEntryptionKey

cli/pkg/common/log.go:102–104  ·  view source on GitHub ↗

添加需要加密的密钥信息

(key string)

Source from the content-addressed store, hash-verified

100
101// 添加需要加密的密钥信息
102func (sLog *smartIDELogStruct) AddEntryptionKey(key string) {
103 sLog.addEntryptionKey(key, false)
104}
105
106func (sLog *smartIDELogStruct) AddEntryptionKeyWithReservePart(key string) {
107 sLog.addEntryptionKey(key, true)

Callers 6

preRunFunction · 0.80
entryptionKey4WorkspaceFunction · 0.80
login.goFile · 0.80
entryptionKey4HostFunction · 0.80
host-add.goFile · 0.80
entryptionKey4WorkspaceFunction · 0.80

Calls 1

addEntryptionKeyMethod · 0.95

Tested by

no test coverage detected