MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / distroLabel

Function distroLabel

packages/cli/src/browser/linuxDeps.ts:211–214  ·  view source on GitHub ↗
(distro: LinuxDistroInfo)

Source from the content-addressed store, hash-verified

209 * identically for the same machine.
210 */
211export function distroLabel(distro: LinuxDistroInfo): string {
212 if (distro.isWsl) return "WSL";
213 return distro.prettyName ?? "Linux";
214}
215
216export interface SharedLibProbeResult {
217 /** True when the probe ran and every required library resolved. */

Callers 3

linuxDeps.test.tsFile · 0.85
chromeSharedLibOutcomeFunction · 0.85
chromeLaunchRemediationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected