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

Function makeExecutor

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

Source from the content-addressed store, hash-verified

226 }
227
228 function makeExecutor(): IChoiceExecutor {
229 return {
230 execute: async () => {},
231 variables: new Map<string, unknown>(),
232 };
233 }
234
235 const plugin = {} as QuickAdd;
236

Calls

no outgoing calls

Tested by

no test coverage detected