( defaultValue: Effect.Effect<S["Type"], SchemaError, R>, options?: DecodingDefaultOptions )
| 5756 | readonly "Encoded": S["Encoded"] |
| 5757 | readonly "DecodingServices": S["DecodingServices"] |
| 5758 | readonly "EncodingServices": S["EncodingServices"] |
| 5759 | readonly "~type.make.in": S["~type.make.in"] |
| 5760 | readonly "~type.make": S["~type.make"] |
| 5761 | readonly "Iso": S["Iso"] |
| 5762 | readonly schema: S |
| 5763 | } |
| 5764 | |
| 5765 | /** |
| 5766 | * Attaches a constructor default value to a schema field. |
| 5767 | * |
| 5768 | * **Details** |
| 5769 | * |
| 5770 | * Constructor defaults are applied only during `make*`, not during decoding or |
| 5771 | * encoding. Failures are represented directly as `SchemaIssue.Issue` values. |
nothing calls this directly
no test coverage detected
searching dependent graphs…