MCPcopy Create free account
hub / github.com/027xiguapi/code-box / updateEncryptionPassword

Method updateEncryptionPassword

utils/encryption.ts:90–92  ·  view source on GitHub ↗
(password: string)

Source from the content-addressed store, hash-verified

88 }
89
90 updateEncryptionPassword(password: string): void {
91 this.password = password
92 }
93
94 setEncryptionKeyId(id: string): void {
95 this.keyId = id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected