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

Method enumerateChildren

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

Source from the content-addressed store, hash-verified

83 split?: boolean
84 ): Effect.Effect<Array<A>, ConfigError.ConfigError>
85 enumerateChildren(
86 path: ReadonlyArray<string>
87 ): Effect.Effect<HashSet.HashSet<string>, ConfigError.ConfigError>
88 }

Callers 4

fromFlatLoopFunction · 0.80
mapInputPathFlatFunction · 0.80
configProvider.tsFile · 0.80
orElseFlatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected