Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
271
func
formatConfigDirArg(configDir string) string {
272
if
configDir ==
""
{
273
return
""
274
}
275
276
return
"--config "
+ configDir
277
}
Callers
2
CreateEnvrc
Function · 0.85
EnvrcContent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected