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

Interface IGraalPyManifestRelease

src/utils.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export interface IGraalPyManifestRelease {
41 tag_name: string;
42 assets: IGraalPyManifestAsset[];
43}
44
45/** create Symlinks for downloaded PyPy
46 * It should be executed only for downloaded versions in runtime, because

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected