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