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

Method getEncryptionStatus

utils/encryption.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 getEncryptionStatus(): boolean {
87 return Boolean(this.password)
88 }
89
90 updateEncryptionPassword(password: string): void {
91 this.password = password

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected