Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ developInCoder
Function
developInCoder
scripts/develop/main.go:1468–1470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1466
}
1467
1468
func
developInCoder() bool {
1469
return
os.Getenv(
"DEVELOP_IN_CODER"
) ==
"1"
|| os.Getenv(
"CODER_AGENT_URL"
) !=
""
1470
}
Callers
2
TestDevelopInCoder
Function · 0.85
buildBinary
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestDevelopInCoder
Function · 0.68