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

Function readAndProcessPackages

scripts/validate-publish.ts:79–80  ·  view source on GitHub ↗
(packagesDir: string)

Source from the content-addressed store, hash-verified

77 );
78
79const readAndProcessPackages = (packagesDir: string) =>
80 pipe(packagesDir, readDirectoryContents, Effect.andThen(processPackageDirectories(packagesDir)));
81
82const getAllPackages = pipe(
83 rootDir,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected