MCPcopy Create free account
hub / github.com/Effect-TS/effect / entries

Function entries

packages/effect/src/Graph.ts:5077–5078  ·  view source on GitHub ↗
(walker: Walker<T, N>)

Source from the content-addressed store, hash-verified

5075 * @since 3.18.0
5076 */
5077export const entries = <T, N>(walker: Walker<T, N>): Iterable<[T, N]> =>
5078 walker.visit((index, data) => [index, data] as [T, N])
5079
5080/**
5081 * Configuration for DFS, BFS, and postorder graph traversals.

Callers 4

valuesFunction · 0.70
toEntriesFunction · 0.70
toEntriesFunction · 0.70
valuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected