Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ InCI
Function
InCI
testutil/ci.go:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
InCI() bool {
8
_, ok := os.LookupEnv(
"CI"
)
9
return
ok
10
}
Callers
6
TestDERP
Function · 0.92
TestRenderChart
Function · 0.92
TestRenderChart
Function · 0.92
TestReap
Function · 0.92
TestForkReapExitCodes
Function · 0.92
TestReapInterrupt
Function · 0.92
Calls
no outgoing calls
Tested by
6
TestDERP
Function · 0.74
TestRenderChart
Function · 0.74
TestRenderChart
Function · 0.74
TestReap
Function · 0.74
TestForkReapExitCodes
Function · 0.74
TestReapInterrupt
Function · 0.74