AuthDir returns the directory used for auth persistence.
()
| 83 | |
| 84 | // AuthDir returns the directory used for auth persistence. |
| 85 | func (s *GitTokenStore) AuthDir() string { |
| 86 | return s.baseDirSnapshot() |
| 87 | } |
| 88 | |
| 89 | // ConfigPath returns the managed config file path. |
| 90 | func (s *GitTokenStore) ConfigPath() string { |
nothing calls this directly
no test coverage detected