Home
last modified time | relevance | path

Searched defs:gitRepo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit.go138 type gitRepo struct { struct
139 ctx context.Context
141 remote, remoteURL string
142 local bool
143 dir string
145 mu lockedfile.Mutex // protects fetchLevel and git repo state
147 fetchLevel int
149 statCache par.ErrCache[string, *RevInfo]
151 refsOnce sync.Once
154 refs map[string]string
[all …]