MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / importEngine

Function importEngine

packages/agent-core/test/hooks/engine.test.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83async function importEngine(): Promise<EngineModule> {
84 return (await import(ENGINE_MODULE)) as EngineModule;
85}
86
87describe('HookEngine', () => {
88 it('fires a PreToolUse hook whose matcher regex matches the matcher value', async () => {

Callers 1

engine.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected