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

Method FieldSpec

dagql/types.go:55–55  ·  view source on GitHub ↗

FieldSpec looks up a field spec by name.

(name string, view call.View)

Source from the content-addressed store, hash-verified

53 Extend(spec FieldSpec, fun FieldFunc)
54 // FieldSpec looks up a field spec by name.
55 FieldSpec(name string, view call.View) (FieldSpec, bool)
56 // FieldSpecs returns all field specs visible under the given view.
57 FieldSpecs(view call.View) []FieldSpec
58}

Callers 15

interfaceFieldsPresentFunction · 0.65
selectorFromLoadedCallFunction · 0.65
SatisfiesMethod · 0.65
SatisfiedByInterfaceMethod · 0.65
installConstructorMethod · 0.65
objFunFunction · 0.65
runCheckLocallyMethod · 0.65
toolCallToSelectionsMethod · 0.65
BlockFunctionMethod · 0.65
fieldSpecForCallFunction · 0.65
configuredSDKMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected