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

Function CurrentCall

dagql/server.go:1898–1904  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1896}
1897
1898func CurrentCall(ctx context.Context) *ResultCall {
1899 val := ctx.Value(callCtx{})
1900 if val == nil {
1901 return nil
1902 }
1903 return val.(*ResultCall)
1904}
1905
1906// ChildFieldCall derives the call frame for a child field selection while
1907// preserving the receiver lineage, module, and view from the parent call.

Callers 15

InstallFunction · 0.92
execMetaMethod · 0.92
EvaluateMethod · 0.92
EvaluateMethod · 0.92
ConvertToSDKInputMethod · 0.92
CallMethod · 0.92
ConvertFromSDKResultMethod · 0.92
SupportsFunction · 0.92
withoutPathMethod · 0.92

Calls 1

ValueMethod · 0.65

Tested by 1