()
| 1044 | |
| 1045 | /** Get an empty explain view component. */ |
| 1046 | export function getExplainView(): ComponentConfig<typeof EXPLAIN_VIEW_COMPONENT_NAME> { |
| 1047 | return createComponentConfig(EXPLAIN_VIEW_COMPONENT_NAME, {}); |
| 1048 | } |
| 1049 | |
| 1050 | /** Get an explain view with the given configuration. */ |
| 1051 | export function getExplainViewWith( |
nothing calls this directly
no test coverage detected