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

Function getCIName

packages/cli/src/telemetry/system.ts:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128function getCIName(): string | null {
129 for (const provider of CI_PROVIDERS) {
130 if (provider.name && matchesProvider(provider)) return provider.name;
131 }
132 return detectCI() ? "unknown" : null;
133}
134
135// ---------------------------------------------------------------------------
136// Extended hardware checks (for doctor command and detailed render events)

Callers 1

getSystemMetaFunction · 0.85

Calls 2

matchesProviderFunction · 0.85
detectCIFunction · 0.85

Tested by

no test coverage detected