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

Function stateHashFilePath

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

Source from the content-addressed store, hash-verified

112}
113
114func stateHashFilePath(projectDir string) string {
115 return filepath.Join(projectDir, ".devbox", "state.json")
116}
117
118func manifestHash(profileDir string) (string, error) {
119 return cachehash.JSONFile(filepath.Join(profileDir, ".devbox/nix/profile/default/manifest.json"))

Callers 2

readStateHashFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected