MCPcopy 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
44export async function prewarm(): Promise<void> {
45 await loadFFI()
46}
47
48export function isModifierPressed(modifier: string): boolean {
49 if (process.platform !== 'darwin') {

Callers 1

prewarmModifiersFunction · 0.85

Calls 1

loadFFIFunction · 0.85

Tested by

no test coverage detected