MCPcopy Index your code
hub / github.com/dagger/dagger / modDigest

Method modDigest

cmd/dagger/shell_fs.go:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (h *shellCallHandler) modDigest() string {
103 h.mu.RLock()
104 defer h.mu.RUnlock()
105 return h.wd.Module
106}
107
108func (h *shellCallHandler) contextRoot() string {
109 h.mu.RLock()

Callers 3

GetDefMethod · 0.95
newWorkdirMethod · 0.95
IsDefaultModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected