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

Function runValidationLogic

scripts/validate-changesets.ts:973–978  ·  view source on GitHub ↗
([packages, changesets, changedFiles, [fs, path, rootDir]]: readonly [
  readonly PackageInternal[],
  readonly ChangesetInfoInternal[],
  readonly string[],
  readonly [FileSystem.FileSystem, Path.Path, string],
])

Source from the content-addressed store, hash-verified

971 );
972
973const runValidationLogic = ([packages, changesets, changedFiles, [fs, path, rootDir]]: readonly [
974 readonly PackageInternal[],
975 readonly ChangesetInfoInternal[],
976 readonly string[],
977 readonly [FileSystem.FileSystem, Path.Path, string],
978]) => validateWithRootPackage(packages, changesets, changedFiles, fs, path, rootDir);
979
980const validateChangesets = pipe(
981 Terminal.Terminal,

Callers

nothing calls this directly

Calls 1

validateWithRootPackageFunction · 0.85

Tested by

no test coverage detected