MCPcopy Index your code
hub / github.com/callstack/agent-device / isCi

Function isCi

src/cli/auth-session.ts:485–487  ·  view source on GitHub ↗
(env: EnvMap)

Source from the content-addressed store, hash-verified

483}
484
485function isCi(env: EnvMap): boolean {
486 return env.CI === 'true' || env.GITHUB_ACTIONS === 'true' || env.BUILDKITE === 'true';
487}
488
489function isRemoteShell(env: EnvMap): boolean {
490 return Boolean(

Callers 1

detectAuthModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected