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

Function displaySingleFile

scripts/validate-changesets.ts:575–576  ·  view source on GitHub ↗
(terminal: Terminal.Terminal)

Source from the content-addressed store, hash-verified

573) => pipe(Terminal.Terminal, Effect.flatMap(showValidationFailureMessages(errors, packages)));
574
575const displaySingleFile = (terminal: Terminal.Terminal) => (file: string) =>
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);

Callers 1

displayFileListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected