MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / AuthDir

Method AuthDir

internal/store/gitstore.go:85–87  ·  view source on GitHub ↗

AuthDir returns the directory used for auth persistence.

()

Source from the content-addressed store, hash-verified

83
84// AuthDir returns the directory used for auth persistence.
85func (s *GitTokenStore) AuthDir() string {
86 return s.baseDirSnapshot()
87}
88
89// ConfigPath returns the managed config file path.
90func (s *GitTokenStore) ConfigPath() string {

Callers

nothing calls this directly

Calls 1

baseDirSnapshotMethod · 0.95

Tested by

no test coverage detected