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

Method Add

internal/agent/secure_agent.go:226–226  ·  view source on GitHub ↗
(key xagent.AddedKey)

Source from the content-addressed store, hash-verified

224}
225
226func (a *secureAgent) Add(key xagent.AddedKey) error { return errors.New("unsupported") }
227func (a *secureAgent) Remove(pubkey ssh.PublicKey) error { return errors.New("unsupported") }
228func (a *secureAgent) RemoveAll() error { return nil }
229func (a *secureAgent) Lock(passphrase []byte) error { return nil }

Callers 3

unlockSeedMethod · 0.80
UnlockMasterKeyMethod · 0.80
StartWithOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected