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

Function detectCI

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

Source from the content-addressed store, hash-verified

122}
123
124function detectCI(): boolean {
125 return CI_PROVIDERS.some(matchesProvider);
126}
127
128function getCIName(): string | null {
129 for (const provider of CI_PROVIDERS) {

Callers 2

getSystemMetaFunction · 0.85
getCINameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected