MCPcopy Index your code
hub / github.com/dagger/dagger / workdirPath

Method workdirPath

cmd/dagger/shell_fs.go:575–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573}
574
575func (h *shellCallHandler) workdirPath() string {
576 return strings.TrimPrefix(h.workdirAbsPath(), "/")
577}
578
579// modRelPath returns the relative path to a module's root dir from workdir
580//

Callers 1

contextAbsPathMethod · 0.95

Calls 1

workdirAbsPathMethod · 0.95

Tested by

no test coverage detected