Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ Workdir
Method
Workdir
cmd/dagger/shell_fs.go:84–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(h *shellCallHandler) Workdir() shellWorkdir {
85
h.mu.RLock()
86
defer
h.mu.RUnlock()
87
return
h.wd
88
}
89
90
func
(h *shellCallHandler) workdirAbsPath() string {
91
h.mu.RLock()
Callers
2
registerCommands
Method · 0.95
ChangeDir
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected