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

Function decisions

src/services/packageImportService.test.ts:162–166  ·  view source on GitHub ↗
(
	entries: Array<[string, ChoiceImportDecision["mode"]]>,
)

Source from the content-addressed store, hash-verified

160}
161
162function decisions(
163 entries: Array<[string, ChoiceImportDecision["mode"]]>,
164): ChoiceImportDecision[] {
165 return entries.map(([choiceId, mode]) => ({ choiceId, mode }));
166}
167
168beforeEach(() => {
169 uuidMock.counter = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected