Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
575
func
(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
contextAbsPath
Method · 0.95
Calls
1
workdirAbsPath
Method · 0.95
Tested by
no test coverage detected