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

Function isHiddenFunction

cmd/dagger/shell_help.go:459–461  ·  view source on GitHub ↗

isHiddenFunction returns true for internal functions that are callable but should not clutter .help output: the synthetic "with" constructor mechanism.

(name string)

Source from the content-addressed store, hash-verified

457// but should not clutter .help output: the synthetic "with" constructor
458// mechanism.
459func isHiddenFunction(name string) bool {
460 return name == "with"
461}

Callers 2

completionsMethod · 0.85
MainHelpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected