Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
isChild() bool {
16
return
os.Getenv(
"CHILD"
) ==
"true"
17
}
18
19
func
getBoundaryVersion() string {
20
const
boundaryModulePath =
"github.com/coder/boundary"
Callers
1
boundary
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected