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