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

Function experimentalDescription

dagql/objects.go:1613–1615  ·  view source on GitHub ↗
(reason string)

Source from the content-addressed store, hash-verified

1611}
1612
1613func experimentalDescription(reason string) string {
1614 return fmt.Sprintf("EXPERIMENTAL: %s", reason)
1615}
1616
1617func reflectFieldsForType[T any](obj any, optIn bool, init func(any) (T, error)) ([]reflectField[T], error) {
1618 var fields []reflectField[T]

Callers 2

ExperimentalMethod · 0.85
InputSpecsForTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected