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

Function initializeRepositoryManager

repository-manager.js:29–34  ·  view source on GitHub ↗
(showPopupFn, closePopupFn, scanFn, updatePanelsFn)

Source from the content-addressed store, hash-verified

27let showCarrotPopup = null;
28let closeCarrotPopup = null;
29let scanSelectedLorebooks = null;
30let updateStatusPanels = null;
31
32// Initialize repository manager with required dependencies
33export function initializeRepositoryManager(showPopupFn, closePopupFn, scanFn, updatePanelsFn) {
34 showCarrotPopup = showPopupFn;
35 closeCarrotPopup = closePopupFn;
36 scanSelectedLorebooks = scanFn;
37 updateStatusPanels = updatePanelsFn;

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected