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

Function lockFilePath

internal/lock/lockfile.go:265–267  ·  view source on GitHub ↗
(projectDir string)

Source from the content-addressed store, hash-verified

263}
264
265func lockFilePath(projectDir string) string {
266 return filepath.Join(projectDir, "devbox.lock")
267}
268
269func ResolveRunXPackage(ctx context.Context, pkg string) (types.PkgRef, error) {
270 ref, err := types.NewPkgRef(strings.TrimPrefix(pkg, pkgtype.RunXPrefix))

Callers 3

GetFileFunction · 0.85
SaveMethod · 0.85
getLockfileHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected