MCPcopy
hub / github.com/dagger/dagger / Debug

Method Debug

cmd/dagger/shell.go:151–155  ·  view source on GitHub ↗

Debug prints to stderr internal command handler state and workflow that can be helpful while developing the shell or even troubhleshooting, and is toggled with the hidden builtin .debug

()

Source from the content-addressed store, hash-verified

149// can be helpful while developing the shell or even troubhleshooting, and
150// is toggled with the hidden builtin .debug
151func (h *shellCallHandler) Debug() bool {
152 h.mu.RLock()
153 defer h.mu.RUnlock()
154 return h.debug
155}
156
157// RunAll is the entry point for the shell command
158//

Callers 14

SaveMethod · 0.95
ExecMethod · 0.95
loadInputMethod · 0.95
cmdMethod · 0.95
entrypointCallMethod · 0.95
StateLookupMethod · 0.95
registerCommandsMethod · 0.95
HandleMethod · 0.95
ChangeDirMethod · 0.95
parseModRefMethod · 0.95
getModuleConfigMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected