MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / earlyGetDefaultLangSetting

Function earlyGetDefaultLangSetting

static/main.ts:500–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498}
499
500function earlyGetDefaultLangSetting() {
501 return Settings.getStoredSettings().defaultLanguage;
502}
503
504function getDefaultLangId(subLangId: LanguageKey | undefined) {
505 let defaultLangId = subLangId;

Callers 1

getDefaultLangIdFunction · 0.85

Calls 1

getStoredSettingsMethod · 0.80

Tested by

no test coverage detected