()
| 33 | }; |
| 34 | |
| 35 | export const defaultViewState = (): EditorPanelViewState => { |
| 36 | return { |
| 37 | view: "CODE", |
| 38 | schema: undefined, |
| 39 | detail: {}, |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | export const typeToView = (type: string): EditorPanelView => { |
| 44 | if ( |
no outgoing calls
no test coverage detected