Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
function
detectCI(): boolean {
125
return
CI_PROVIDERS.some(matchesProvider);
126
}
127
128
function
getCIName(): string | null {
129
for
(
const
provider of CI_PROVIDERS) {
Callers
2
getSystemMeta
Function · 0.85
getCIName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected