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

Function reapplyActiveFile

src/lib/editorManager.js:2926–2930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2924 }
2925
2926 function reapplyActiveFile() {
2927 const file = manager.activeFile;
2928 if (!file || file.type !== "editor" || !file.loaded || file.loading) return;
2929 applyFileToEditor(file, { forceRecreate: true });
2930 }
2931
2932 /**
2933 * Initializes the file tab container.

Callers

nothing calls this directly

Calls 1

applyFileToEditorFunction · 0.85

Tested by

no test coverage detected