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

Method ConfigHash

internal/lock/interfaces.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type devboxProject interface {
9 ConfigHash() (string, error)
10 Stdenv() flake.Ref
11 AllPackageNamesIncludingRemovedTriggerPackages() []string
12 ProjectDir() string

Callers 1

Implementers 2

Devboxinternal/devbox/devbox.go
testLockProjectinternal/devconfig/config_test.go

Calls

no outgoing calls

Tested by

no test coverage detected