MCPcopy Create free account
hub / github.com/coder/coder / isChild

Function isChild

enterprise/cli/boundary.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func isChild() bool {
16 return os.Getenv("CHILD") == "true"
17}
18
19func getBoundaryVersion() string {
20 const boundaryModulePath = "github.com/coder/boundary"

Callers 1

boundaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected