(profileDir string)
| 120 | } |
| 121 | |
| 122 | func printDevEnvCacheHash(profileDir string) (string, error) { |
| 123 | return cachehash.JSONFile(filepath.Join(profileDir, ".devbox/.nix-print-dev-env-cache")) |
| 124 | } |
| 125 | |
| 126 | func getLockfileHash(projectDir string) (string, error) { |
| 127 | return cachehash.JSONFile(lockFilePath(projectDir)) |
no test coverage detected