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

Struct testLockProject

internal/devconfig/config_test.go:564–566  ·  view source on GitHub ↗

testLockProject satisfies the unexported lock.devboxProject interface for tests.

Source from the content-addressed store, hash-verified

562
563// testLockProject satisfies the unexported lock.devboxProject interface for tests.
564type testLockProject struct {
565 dir string
566}
567
568func (p *testLockProject) ConfigHash() (string, error) { return "", nil }
569func (p *testLockProject) Stdenv() flake.Ref { return flake.Ref{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected