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

Method repoDirSnapshot

internal/store/gitstore.go:575–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573}
574
575func (s *GitTokenStore) repoDirSnapshot() string {
576 s.dirLock.RLock()
577 defer s.dirLock.RUnlock()
578 return s.repoDir
579}
580
581func (s *GitTokenStore) gitAuth() transport.AuthMethod {
582 if s.username == "" && s.password == "" {

Callers 2

relativeToRepoMethod · 0.95
commitAndPushLockedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected