testLockProject satisfies the unexported lock.devboxProject interface for tests.
| 562 | |
| 563 | // testLockProject satisfies the unexported lock.devboxProject interface for tests. |
| 564 | type testLockProject struct { |
| 565 | dir string |
| 566 | } |
| 567 | |
| 568 | func (p *testLockProject) ConfigHash() (string, error) { return "", nil } |
| 569 | func (p *testLockProject) Stdenv() flake.Ref { return flake.Ref{} } |
nothing calls this directly
no outgoing calls
no test coverage detected