MCPcopy
hub / github.com/claude-code-best/claude-code / get

Function get

src/services/localVault/keychain.ts:70–74  ·  view source on GitHub ↗
(account: string)

Source from the content-addressed store, hash-verified

68 },
69
70 async get(account: string): Promise<string | null> {
71 const mod = await loadModule()
72 const entry = new mod.Entry(SERVICE_NAME, account)
73 return entry.getPassword()
74 },
75
76 async delete(account: string): Promise<boolean> {
77 const mod = await loadModule()

Callers 1

Calls 2

getPasswordMethod · 0.80
loadModuleFunction · 0.70

Tested by

no test coverage detected