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

Function printDevEnvCacheHash

internal/lock/statehash.go:122–124  ·  view source on GitHub ↗
(profileDir string)

Source from the content-addressed store, hash-verified

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

Callers 1

getCurrentStateHashFunction · 0.85

Calls 1

JSONFileFunction · 0.92

Tested by

no test coverage detected