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

Function describeChoice

src/cli/registerQuickAddCliHandlers.ts:331–337  ·  view source on GitHub ↗
(choice: IChoice)

Source from the content-addressed store, hash-verified

329}
330
331function describeChoice(choice: IChoice) {
332 return {
333 id: choice.id,
334 name: choice.name,
335 type: choice.type,
336 };
337}
338
339/**
340 * Shared execution tail for any already-resolved choice (persisted via

Callers 4

runResolvedChoiceFunction · 0.85
runTemplateHandlerFunction · 0.85
checkChoiceHandlerFunction · 0.85
interactiveHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected