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

Function makeScript

src/engine/MacroChoiceEngine.entry.test.ts:425–431  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

423 };
424
425 const makeScript = (index: number): IUserScript => ({
426 id: `script-${index}`,
427 name: `Script ${index}`,
428 type: CommandType.UserScript,
429 path: `script-${index}.js`,
430 settings: {},
431 });
432
433 macroChoice = {
434 id: "macro-sequence",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected