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