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