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

Function deprecationDescription

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

Source from the content-addressed store, hash-verified

1607}
1608
1609func deprecationDescription(reason string) string {
1610 return fmt.Sprintf("DEPRECATED: %s", reason)
1611}
1612
1613func experimentalDescription(reason string) string {
1614 return fmt.Sprintf("EXPERIMENTAL: %s", reason)

Callers 2

DeprecatedMethod · 0.85
InputSpecsForTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected