MCPcopy
hub / github.com/callumalpass/tasknotes / initializeServicesLazily

Method initializeServicesLazily

src/main.ts:389–393  ·  view source on GitHub ↗

* Initialize heavy services lazily in the background

()

Source from the content-addressed store, hash-verified

387 * Initialize heavy services lazily in the background
388 */
389 initializeServicesLazily(): void {
390 void import("./bootstrap/pluginBootstrap").then(({ initializeServicesLazily }) => {
391 initializeServicesLazily(this);
392 });
393 }
394
395 /**
396 * Warm up TaskManager indexes for better performance

Callers

nothing calls this directly

Calls 1

initializeServicesLazilyFunction · 0.85

Tested by

no test coverage detected