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