(flatMapEntry: PropFlatMapper)
| 246 | } |
| 247 | |
| 248 | map(flatMapEntry: PropFlatMapper): BaseRoot { |
| 249 | return this.$.schema(this.applyStructuralOperation("map", [flatMapEntry])) |
| 250 | } |
| 251 | |
| 252 | pick(...keys: KeyOrKeyNode[]): BaseRoot { |
| 253 | return this.$.schema(this.applyStructuralOperation("pick", keys)) |
nothing calls this directly
no outgoing calls
no test coverage detected