MCPcopy Index your code
hub / github.com/21st-dev/1code / isEncryptionAvailable

Method isEncryptionAvailable

src/main/auth-store.ts:35–37  ·  view source on GitHub ↗

* Check if encryption is available on this system

()

Source from the content-addressed store, hash-verified

33 * Check if encryption is available on this system
34 */
35 private isEncryptionAvailable(): boolean {
36 return safeStorage.isEncryptionAvailable()
37 }
38
39 /**
40 * Save authentication data (encrypted if possible)

Callers 7

saveMethod · 0.95
loadMethod · 0.95
encryptTokenFunction · 0.80
decryptTokenFunction · 0.80
decryptTokenFunction · 0.80
encryptTokenFunction · 0.80
decryptTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected