Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
scheduleEditorModuleWarmup
Function · 0.85
scheduleSearchPaletteModuleWarmup
Function · 0.85
Calls
2
loadEditorModule
Function · 0.85
loadSearchPaletteModule
Function · 0.85
Tested by
no test coverage detected