Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ envbuilderEnv
Function
envbuilderEnv
integration/integration_test.go:2909–2911 ·
view source on GitHub ↗
(env string, value string)
Source
from the content-addressed store, hash-verified
2907
}
2908
2909
func
envbuilderEnv(env string, value string) string {
2910
return
fmt.Sprintf(
"%s=%s"
, options.WithEnvPrefix(env), value)
2911
}
Callers
15
TestLogs
Function · 0.85
TestInitScriptInitCommand
Function · 0.85
TestDanglingBuildStage
Function · 0.85
TestUserFromMultistage
Function · 0.85
TestUidGid
Function · 0.85
TestForceSafe
Function · 0.85
TestFailsGitAuth
Function · 0.85
TestSucceedsGitAuth
Function · 0.85
TestGitSSHAuth
Function · 0.85
TestSucceedsGitAuthInURL
Function · 0.85
TestBuildFromDevcontainerWithFeatures
Function · 0.85
TestBuildFromDevcontainerWithFeaturesInAuthRepo
Function · 0.85
Calls
1
WithEnvPrefix
Function · 0.92
Tested by
no test coverage detected