({ type }: { type: Parts })
| 1320 | }; |
| 1321 | |
| 1322 | const fromJSON = ({ type }: { type: Parts }) => viewMap[type]; |
| 1323 | const workbenchGrid = SerializableGrid.deserialize( |
| 1324 | this.createGridDescriptor(), |
| 1325 | { fromJSON }, |
nothing calls this directly
no outgoing calls
no test coverage detected