(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any)
| 777 | }) |
| 778 | }, |
| 779 | setPayload(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 780 | return makeProto({ |
| 781 | ...this, |
| 782 | payloadSchema: Option.some(schema) |
| 783 | }) |
| 784 | }, |
| 785 | setPath(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 786 | return makeProto({ |
| 787 | ...this, |
nothing calls this directly
no test coverage detected
searching dependent graphs…