| 38 | } |
| 39 | |
| 40 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected