Home
last modified time | relevance | path

Searched refs:shas (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/bin/pick/
Dcore.py316 shas: typing.Set[str] = set(c.sha for c in previous if c.nominated)
317 assert None not in shas, 'None in shas'
321 commit.nominated = commit.because_sha in shas
324 shas.add(commit.sha)
328 commit.because_sha in shas):
337 shas.remove(commit.because_sha)
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js149 if (revs.shas[sha]) {
150 revs.shas[sha].push(ref)
152 revs.shas[sha] = [ref]
163 }, { versions: {}, 'dist-tags': {}, refs: {}, shas: {} }) property
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js151 … remoteRefs.refs[spec.gitCommittish] || remoteRefs.refs[remoteRefs.shas[spec.gitCommittish]]