MCPcopy 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
84func (h *shellCallHandler) Workdir() shellWorkdir {
85 h.mu.RLock()
86 defer h.mu.RUnlock()
87 return h.wd
88}
89
90func (h *shellCallHandler) workdirAbsPath() string {
91 h.mu.RLock()

Callers 2

registerCommandsMethod · 0.95
ChangeDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected