MCPcopy Create free account
hub / github.com/dagger/dagger / ModuleFunction

Struct ModuleFunction

core/modfunc.go:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type ModuleFunction struct {
31 mod dagql.ObjectResult[*Module]
32 objDef *ObjectTypeDef // may be nil for special functions like the module definition function call
33
34 metadata *Function
35 returnType ModType
36 args map[string]*UserModFunctionArg
37}
38
39var _ Callable = &ModuleFunction{}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected