MCPcopy
hub / github.com/Fission-AI/OpenSpec / prepareSetupInput

Function prepareSetupInput

src/commands/store.ts:295–300  ·  view source on GitHub ↗
(
  input: ResolvedStoreSetupInput,
  _options: StoreSetupOptions
)

Source from the content-addressed store, hash-verified

293}
294
295async function prepareSetupInput(
296 input: ResolvedStoreSetupInput,
297 _options: StoreSetupOptions
298) {
299 return prepareStoreSetup(input);
300}
301
302async function confirmSetup(
303 prepared: Awaited<ReturnType<typeof prepareStoreSetup>>,

Callers 1

setupMethod · 0.85

Calls 1

prepareStoreSetupFunction · 0.85

Tested by

no test coverage detected