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

Method credentialsPath

internal/auth/store.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (s *Store) credentialsPath() string {
113 return filepath.Join(s.fallbackDir, "credentials.json")
114}
115
116func (s *Store) loadAllFromFile() (map[string]*Credentials, error) {
117 data, err := os.ReadFile(s.credentialsPath())

Callers 3

loadAllFromFileMethod · 0.95
saveAllToFileMethod · 0.95
MigrateToKeyringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected