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

Function isPyPyVersion

src/setup-python.ts:18–20  ·  view source on GitHub ↗
(versionSpec: string)

Source from the content-addressed store, hash-verified

16import {exec} from '@actions/exec';
17
18function isPyPyVersion(versionSpec: string) {
19 return versionSpec.startsWith('pypy');
20}
21
22function isGraalPyVersion(versionSpec: string) {
23 return versionSpec.startsWith('graalpy');

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected