MCPcopy Create free account
hub / github.com/Mister-leo/fssh / Unlock

Method Unlock

internal/agent/secure_agent.go:230–230  ·  view source on GitHub ↗
(passphrase []byte)

Source from the content-addressed store, hash-verified

228func (a *secureAgent) RemoveAll() error { return nil }
229func (a *secureAgent) Lock(passphrase []byte) error { return nil }
230func (a *secureAgent) Unlock(passphrase []byte) error { return nil }
231func (a *secureAgent) Signers() ([]ssh.Signer, error) { return nil, errors.New("unsupported") }
232
233func jsonUnmarshal(b []byte, v interface{}) error { return json.Unmarshal(b, v) }

Callers 3

unlockSeedMethod · 0.80
UnlockMasterKeyMethod · 0.80
ClearCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected