MCPcopy Index your code
hub / github.com/Effect-TS/effect / makePathString

Function makePathString

packages/effect/src/internal/configProvider.ts:108–108  ·  view source on GitHub ↗
(path: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

106): ConfigProvider.ConfigProvider => {
107 const { pathDelim, seqDelim } = Object.assign({}, { pathDelim: "_", seqDelim: "," }, options)
108 const makePathString = (path: ReadonlyArray<string>): string => pipe(path, Arr.join(pathDelim))
109 const unmakePathString = (pathString: string): ReadonlyArray<string> => pathString.split(pathDelim)
110
111 const getEnv = () =>

Callers 2

loadFunction · 0.85
splitIndexInKeysFunction · 0.85

Calls 2

pipeFunction · 0.70
joinMethod · 0.65

Tested by

no test coverage detected