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

Function syncOpenFileList

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

Source from the content-addressed store, hash-verified

2240 }
2241
2242 function syncOpenFileList() {
2243 const $list = manager.openFileList;
2244 manager.files.forEach((file) => {
2245 $list.append(file.tab);
2246 });
2247 }
2248
2249 function moveFileByPinnedState(file) {
2250 if (!manager.files.includes(file)) return;

Callers 2

addFileFunction · 0.85
normalizePinnedTabOrderFunction · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected