Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ workdirAbsPath
Method
workdirAbsPath
cmd/dagger/shell_fs.go:90–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(h *shellCallHandler) workdirAbsPath() string {
91
h.mu.RLock()
92
defer
h.mu.RUnlock()
93
return
h.wd.Path
94
}
95
96
func
(h *shellCallHandler) Pwd() string {
97
h.mu.RLock()
Callers
2
workdirPath
Method · 0.95
modRelPath
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected