Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
type
lockfile
struct
{
105
projectDir string
106
}
107
108
func
(l *lockfile) ProjectDir() string {
109
return
l.projectDir
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected