MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / warmup

Function warmup

packages/app-core/src/App.tsx:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 let frameId: number | null = null
51
52 const warmup = (): void => {
53 if (!cancelled) void loadEditorModule()
54 }
55
56 delayId = window.setTimeout(() => {
57 delayId = null

Callers 2

Calls 2

loadEditorModuleFunction · 0.85
loadSearchPaletteModuleFunction · 0.85

Tested by

no test coverage detected