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

Function NewObjectResultForCurrentCall

dagql/server.go:1979–1985  ·  view source on GitHub ↗
(
	ctx context.Context,
	srv *Server,
	self T,
)

Source from the content-addressed store, hash-verified

1977}
1978
1979func NewObjectResultForCurrentCall[T Typed](
1980 ctx context.Context,
1981 srv *Server,
1982 self T,
1983) (ObjectResult[T], error) {
1984 return NewObjectResultForCall(self, srv, CurrentCall(ctx))
1985}
1986
1987func NewObjectResultForCall[T Typed](
1988 self T,

Callers 15

CleanedMethod · 0.92
runAndSnapshotChangesMethod · 0.92
WithPromptFileMethod · 0.92
schemaJSONFileMethod · 0.92
withVariableMethod · 0.92
asEnvFileMethod · 0.92
newHTTPFileResultMethod · 0.92
withNameMethod · 0.92
withReplacedMethod · 0.92
withTimestampsMethod · 0.92
chownMethod · 0.92

Calls 2

NewObjectResultForCallFunction · 0.85
CurrentCallFunction · 0.85