Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ prewarm
Function
prewarm
packages/modifiers-napi/src/index.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
export
async
function
prewarm(): Promise<void> {
45
await
loadFFI()
46
}
47
48
export
function
isModifierPressed(modifier: string): boolean {
49
if
(process.platform !==
'darwin'
) {
Callers
1
prewarmModifiers
Function · 0.85
Calls
1
loadFFI
Function · 0.85
Tested by
no test coverage detected