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

Method Call

core/object.go:394–394  ·  view source on GitHub ↗
(context.Context, *CallOpts)

Source from the content-addressed store, hash-verified

392
393type Callable interface {
394 Call(context.Context, *CallOpts) (dagql.AnyResult, error)
395 ReturnType() (ModType, error)
396 ArgType(argName string) (ModType, error)
397 DynamicInputsForCall(context.Context, dagql.AnyResult, map[string]dagql.Input, call.View, *dagql.CallRequest) error

Callers 15

extractIntoDAGFunction · 0.65
WalkSpansMethod · 0.65
ShouldShowMethod · 0.65
getDotDagMethod · 0.65
findParentSpanWithCallFunction · 0.65
CallMethod · 0.65
BaseMethod · 0.65
streamingLogsPrefixFunction · 0.65
DumpIDMethod · 0.65
renderStepMethod · 0.65
sampleContextFunction · 0.65
renderTreeGapMethod · 0.65

Implementers 2

CallableFieldcore/object.go
ModuleFunctioncore/modfunc.go

Calls

no outgoing calls

Tested by 1