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

Function getLockfileHash

internal/lock/statehash.go:126–128  ·  view source on GitHub ↗
(projectDir string)

Source from the content-addressed store, hash-verified

124}
125
126func getLockfileHash(projectDir string) (string, error) {
127 return cachehash.JSONFile(lockFilePath(projectDir))
128}

Callers 1

getCurrentStateHashFunction · 0.85

Calls 2

JSONFileFunction · 0.92
lockFilePathFunction · 0.85

Tested by

no test coverage detected