MCPcopy Create free account
hub / github.com/CodeForBreakfast/eventsourcing / displayFileList

Function displayFileList

scripts/validate-changesets.ts:578–579  ·  view source on GitHub ↗
(terminal: Terminal.Terminal, files: readonly string[])

Source from the content-addressed store, hash-verified

576 terminal.display(` - ${file}\n`);
577
578const displayFileList = (terminal: Terminal.Terminal, files: readonly string[]) =>
579 pipe(files, EffectArray.map(displaySingleFile(terminal)), Effect.all, Effect.asVoid);
580
581const showMissingChangesetMessages = (terminal: Terminal.Terminal) =>
582 pipe(

Callers 1

showChangedFilesListFunction · 0.85

Calls 1

displaySingleFileFunction · 0.85

Tested by

no test coverage detected