MCPcopy 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
1468func developInCoder() bool {
1469 return os.Getenv("DEVELOP_IN_CODER") == "1" || os.Getenv("CODER_AGENT_URL") != ""
1470}

Callers 2

TestDevelopInCoderFunction · 0.85
buildBinaryFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestDevelopInCoderFunction · 0.68