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

Method Long

cmd/dagger/module_inspect.go:408–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408func (m *moduleDef) Long() string {
409 s := m.Name
410 if m.Description != "" {
411 return s + "\n\n" + m.Description
412 }
413 return s
414}
415
416func (m *moduleDef) AsFunctionProviders() []functionProvider {
417 providers := make([]functionProvider, 0, len(m.Objects)+len(m.Interfaces))

Callers 3

ModuleDocMethod · 0.45
FunctionDocMethod · 0.45
shellTypeDocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected