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

Function cloudFilePath

internal/services/status.go:90–92  ·  view source on GitHub ↗
(projectDir string)

Source from the content-addressed store, hash-verified

88}
89
90func cloudFilePath(projectDir string) string {
91 return filepath.Join(projectDir, ".devbox.cloud")
92}
93
94// initCloudDir creates the service status directory and a .gitignore file
95func initCloudDir(projectDir, hostID string) error {

Callers 3

ListenToChangesFunction · 0.85
initCloudDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected