MCPcopy Create free account
hub / github.com/Coneja-Chibi/CarrotKernel / initializeUIUpdates

Function initializeUIUpdates

ui-updates.js:19–24  ·  view source on GitHub ↗
(scannedCharsMap, selectedLoreBooksSet, characterRepoBooksSet)

Source from the content-addressed store, hash-verified

17
18// Initialize UI updates with data collections
19export function initializeUIUpdates(scannedCharsMap, selectedLoreBooksSet, characterRepoBooksSet) {
20 scannedCharacters = scannedCharsMap;
21 selectedLorebooks = selectedLoreBooksSet;
22 characterRepoBooks = characterRepoBooksSet;
23 CarrotDebug.init('✅ UI Updates initialized with data collections');
24}
25
26function updateStatusPanels() {
27 const settings = extension_settings[extensionName];

Callers 1

index.jsFile · 0.90

Calls 1

initMethod · 0.45

Tested by

no test coverage detected