MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / markLanguageReady

Function markLanguageReady

src/lib/editorManager.js:1367–1370  ·  view source on GitHub ↗
(file, languageSignature, ready)

Source from the content-addressed store, hash-verified

1365 }
1366
1367 function markLanguageReady(file, languageSignature, ready) {
1368 file.__cmLanguageSignature = languageSignature;
1369 file.__cmLanguageReady = ready;
1370 }
1371
1372 function dispatchLanguageExtension(file, languageSignature, ext, warnKey) {
1373 try {

Callers 3

resolveLanguageExtensionFunction · 0.85
applyFileToEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected