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

Struct lockfile

internal/devpkg/package_test.go:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type lockfile struct {
105 projectDir string
106}
107
108func (l *lockfile) ProjectDir() string {
109 return l.projectDir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected