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

Method Lockfile

internal/devbox/devbox.go:1157–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1155}
1156
1157func (d *Devbox) Lockfile() *lock.File {
1158 return d.lockfile
1159}
1160
1161func (d *Devbox) RunXPaths(ctx context.Context) (string, error) {
1162 runxBinPath := filepath.Join(d.projectDir, ".devbox", "virtenv", "runx", "bin")

Callers 2

OutdatedMethod · 0.95
shellPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected