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

Function joinPath

scripts/validate-markdown-examples.ts:139–143  ·  view source on GitHub ↗
(...segments: readonly string[])

Source from the content-addressed store, hash-verified

137 name === 'node_modules' || name === '.git' || name === 'dist';
138
139const joinPath = (...segments: readonly string[]) =>
140 pipe(
141 Path.Path,
142 Effect.andThen((path) => path.join(...segments))
143 );
144
145const processFullPath =
146 (

Callers 5

processDirectoryEntryFunction · 0.85
createEntryWithChecksFunction · 0.85
writeTsConfigFunction · 0.85
writeBlockFileFunction · 0.85
createValidationDirPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected