Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/027xiguapi/code-box
/ setEncryptionKeyId
Method
setEncryptionKeyId
utils/encryption.ts:94–96 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
92
}
93
94
setEncryptionKeyId(id: string): void {
95
this.keyId = id
96
}
97
98
getEncryptionKeyId(): string {
99
return
this.keyId
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected