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

Function loadSearchPaletteModule

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

Source from the content-addressed store, hash-verified

40}
41
42function loadSearchPaletteModule(): Promise<typeof import('./components/SearchPalette')> {
43 searchPaletteModulePromise ??= import('./components/SearchPalette')
44 return searchPaletteModulePromise
45}
46
47function scheduleEditorModuleWarmup(): () => void {
48 let cancelled = false

Callers 2

warmupFunction · 0.85
App.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected