MCPcopy 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
2909func envbuilderEnv(env string, value string) string {
2910 return fmt.Sprintf("%s=%s", options.WithEnvPrefix(env), value)
2911}

Callers 15

TestLogsFunction · 0.85
TestDanglingBuildStageFunction · 0.85
TestUserFromMultistageFunction · 0.85
TestUidGidFunction · 0.85
TestForceSafeFunction · 0.85
TestFailsGitAuthFunction · 0.85
TestSucceedsGitAuthFunction · 0.85
TestGitSSHAuthFunction · 0.85
TestSucceedsGitAuthInURLFunction · 0.85

Calls 1

WithEnvPrefixFunction · 0.92

Tested by

no test coverage detected