MCPcopy Create free account
hub / github.com/basecamp/hey-cli / UsingKeyring

Method UsingKeyring

internal/auth/store.go:231–234  ·  view source on GitHub ↗

UsingKeyring returns true if the store is using the system keyring.

()

Source from the content-addressed store, hash-verified

229
230// UsingKeyring returns true if the store is using the system keyring.
231func (s *Store) UsingKeyring() bool {
232 s.ensureInit()
233 return s.useKeyring
234}

Callers 2

newAuthStatusCommandFunction · 0.80
runDoctorChecksFunction · 0.80

Calls 1

ensureInitMethod · 0.95

Tested by

no test coverage detected