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

Interface IGraalPyManifestAsset

src/utils.ts:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface IGraalPyManifestAsset {
36 name: string;
37 browser_download_url: string;
38}
39
40export interface IGraalPyManifestRelease {
41 tag_name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected