MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / getConformanceConfig

Method getConformanceConfig

static/panes/editor.ts:593–596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 };
592
593 const getConformanceConfig = () => {
594 // TODO: this doesn't pass any treeid introduced by #3360
595 return Components.getConformanceView(this.id, 0, this.getSource() ?? '', this.currentLanguage?.id ?? '');
596 };
597
598 const getEditorConfig = () => {
599 if (this.currentLanguage) {

Callers

nothing calls this directly

Calls 1

getSourceMethod · 0.95

Tested by

no test coverage detected