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

Method Builtins

cmd/dagger/shell_commands.go:176–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (h *shellCallHandler) Builtins() []*ShellCommand {
177 l := make([]*ShellCommand, 0, len(h.builtins))
178 for _, c := range h.builtins {
179 if !c.Hidden {
180 l = append(l, c)
181 }
182 }
183 return l
184}
185
186func (h *shellCallHandler) llmBuiltins() []*ShellCommand {
187 return []*ShellCommand{

Callers 2

MainHelpMethod · 0.95
builtinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected