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

Function validateDocChanges

scripts/validate-changesets.ts:879–884  ·  view source on GitHub ↗
(changesets: readonly ChangesetInfoInternal[])

Source from the content-addressed store, hash-verified

877 );
878
879const validateDocChanges = (changesets: readonly ChangesetInfoInternal[]) =>
880 pipe(
881 Terminal.Terminal,
882 Effect.flatMap(showDocOnlyMessages(changesets)),
883 Effect.andThen(changesets.length > 0 ? validateChangesetsFlow(changesets) : Effect.void)
884 );
885
886const displayNoChangesMessage = pipe(
887 Terminal.Terminal,

Callers 1

handleNoCodeChangesFunction · 0.85

Calls 2

showDocOnlyMessagesFunction · 0.85
validateChangesetsFlowFunction · 0.85

Tested by

no test coverage detected