MCPcopy Index your code
hub / github.com/jetify-com/devbox / formatConfigDirArg

Function formatConfigDirArg

internal/devbox/generate/devcontainer_util.go:271–277  ·  view source on GitHub ↗
(configDir string)

Source from the content-addressed store, hash-verified

269}
270
271func formatConfigDirArg(configDir string) string {
272 if configDir == "" {
273 return ""
274 }
275
276 return "--config " + configDir
277}

Callers 2

CreateEnvrcFunction · 0.85
EnvrcContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected