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

Interface IPyPyManifestAsset

src/utils.ts:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const PYPY_VERSION_FILE = 'PYPY_VERSION';
19
20export interface IPyPyManifestAsset {
21 filename: string;
22 arch: string;
23 platform: string;
24 download_url: string;
25}
26
27export interface IPyPyManifestRelease {
28 pypy_version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected