MCPcopy Index your code
hub / github.com/actions/setup-python / isNightlyKeyword

Function isNightlyKeyword

src/utils.ts:71–73  ·  view source on GitHub ↗
(pypyVersion: string)

Source from the content-addressed store, hash-verified

69}
70
71export function isNightlyKeyword(pypyVersion: string) {
72 return pypyVersion === 'nightly';
73}
74
75export function getPyPyVersionFromPath(installDir: string) {
76 return path.basename(path.dirname(installDir));

Callers 4

installPyPyFunction · 0.90
findReleaseFunction · 0.90
installGraalPyFunction · 0.90
validateVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected