Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
126
func
getLockfileHash(projectDir string) (string, error) {
127
return
cachehash.JSONFile(lockFilePath(projectDir))
128
}
Callers
1
getCurrentStateHash
Function · 0.85
Calls
2
JSONFile
Function · 0.92
lockFilePath
Function · 0.85
Tested by
no test coverage detected