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

Method execute

src/IChoiceExecutor.ts:11–11  ·  view source on GitHub ↗
(choice: IChoice)

Source from the content-addressed store, hash-verified

9
10export interface IChoiceExecutor {
11 execute(choice: IChoice): Promise<void>;
12 /**
13 * Executes a choice while reusing context captured before an intermediate UI
14 * layer, such as a Multi-choice suggester, ran: the frontmatter property target

Callers 14

addCommandForChoiceMethod · 0.65
GetApiMethod · 0.65
runTemplateFromFolderFunction · 0.65
executeChoiceMethod · 0.65
executeNestedChoiceMethod · 0.65
runResolvedChoiceFunction · 0.65
interactiveHandlerFunction · 0.65
buildRegistryMethod · 0.65
resolveCallFunction · 0.65
builtins.test.tsFile · 0.65

Implementers 1

ChoiceExecutorsrc/choiceExecutor.ts

Calls

no outgoing calls

Tested by 1

callFunction · 0.52