MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / getExplainView

Function getExplainView

static/components.ts:1046–1048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1044
1045/** Get an empty explain view component. */
1046export 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. */
1051export function getExplainViewWith(

Callers

nothing calls this directly

Calls 1

createComponentConfigFunction · 0.85

Tested by

no test coverage detected