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

Function loadApps

src/sidebarApps/index.js:88–94  ·  view source on GitHub ↗

* Loads all sidebar apps.

()

Source from the content-addressed store, hash-verified

86 * Loads all sidebar apps.
87 */
88async function loadApps() {
89 add(...(await import("./files")).default);
90 add(...(await import("./searchInFiles")).default);
91 add(...(await import("./extensions")).default);
92 add(...(await import("./notification")).default);
93 setSponsorSidebarAppVisibility(appSettings.value.showSponsorSidebarApp);
94}
95
96/**
97 * Adds or removes the sponsor icon in sidebar based on settings.

Callers

nothing calls this directly

Calls 2

addFunction · 0.70

Tested by

no test coverage detected