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

Method ResultCallModule

core/module.go:2070–2070  ·  view source on GitHub ↗

ResultCallModule returns the native module provenance attached to calls provided by this module.

(context.Context)

Source from the content-addressed store, hash-verified

2068 // ResultCallModule returns the native module provenance attached to calls
2069 // provided by this module.
2070 ResultCallModule(context.Context) (*dagql.ResultCallModule, error)
2071
2072 // ModuleResult returns the wrapped module result for user modules, or the
2073 // zero value for non-module implementations like core.

Callers 6

FieldSpecMethod · 0.65
InstallMethod · 0.65
installConstructorMethod · 0.65
objFieldFunction · 0.65
objFunFunction · 0.65

Implementers 2

userModcore/module.go
CoreModcore/schema/coremod.go

Calls

no outgoing calls

Tested by

no test coverage detected