MCPcopy Create free account
hub / github.com/chhoumann/quickadd / ctx

Function ctx

src/engine/applyTemplateToActiveNote.test.ts:328–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 const callerContext = { activeFile: makeFile() };
327 const executor = makeExecutor();
328 const ctx = () =>
329 (executor as unknown as { triggerContext?: unknown }).triggerContext;
330 (executor as unknown as { triggerContext?: unknown }).triggerContext =
331 callerContext;
332 let contextDuringApply: unknown;

Calls

no outgoing calls

Tested by

no test coverage detected