Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
485
function
isCi(env: EnvMap): boolean {
486
return
env.CI ===
'true'
|| env.GITHUB_ACTIONS ===
'true'
|| env.BUILDKITE ===
'true'
;
487
}
488
489
function
isRemoteShell(env: EnvMap): boolean {
490
return
Boolean(
Callers
1
detectAuthMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected