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

Method initializeAfterLayoutReady

src/main.ts:382–384  ·  view source on GitHub ↗

* Initialize HTTP API service (desktop only)

()

Source from the content-addressed store, hash-verified

380 * Initialize HTTP API service (desktop only)
381 */
382 async initializeAfterLayoutReady(): Promise<void> {
383 await initializeAfterLayoutReady(this);
384 }
385
386 /**
387 * Initialize heavy services lazily in the background

Callers 1

onloadMethod · 0.95

Calls 1

Tested by

no test coverage detected