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

Interface LinuxOsRelease

src/install-python.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;
18
19interface LinuxOsRelease {
20 id: string;
21 versionId: string;
22}
23
24function getLinuxOsRelease(): LinuxOsRelease | null {
25 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected