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

Method Print

cmd/dagger/shell.go:477–481  ·  view source on GitHub ↗
(ctx context.Context, args ...any)

Source from the content-addressed store, hash-verified

475}
476
477func (*shellCallHandler) Print(ctx context.Context, args ...any) error {
478 hc := interp.HandlerCtx(ctx)
479 _, err := fmt.Fprintln(hc.Stdout, args...)
480 return err
481}
482
483func (h *shellCallHandler) AutoComplete(input string, cursorPos int) tuist.CompletionResult {
484 if h.mode == modePrompt {

Callers 3

registerCommandsMethod · 0.95
mainFunction · 0.45
weHaveToGoDeeperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected