MCPcopy 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
90func (h *shellCallHandler) workdirAbsPath() string {
91 h.mu.RLock()
92 defer h.mu.RUnlock()
93 return h.wd.Path
94}
95
96func (h *shellCallHandler) Pwd() string {
97 h.mu.RLock()

Callers 2

workdirPathMethod · 0.95
modRelPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected