MCPcopy
hub / github.com/dagger/dagger / shellDebug

Function shellDebug

cmd/dagger/shell_debug.go:86–90  ·  view source on GitHub ↗
(ctx context.Context, title string, data ...any)

Source from the content-addressed store, hash-verified

84}
85
86func shellDebug(ctx context.Context, title string, data ...any) {
87 msg := shellDebugLine(title, data...)
88 stdio := telemetry.SpanStdio(ctx, InstrumentationLibrary)
89 fmt.Fprint(stdio.Stderr, msg)
90}

Callers 9

loadInputMethod · 0.85
cmdMethod · 0.85
entrypointCallMethod · 0.85
StateLookupMethod · 0.85
ExecuteMethod · 0.85
registerCommandsMethod · 0.85
ChangeDirMethod · 0.85
parseModRefMethod · 0.85
getModuleConfigMethod · 0.85

Calls 1

shellDebugLineFunction · 0.85

Tested by

no test coverage detected