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

Function toEntries

packages/effect/src/Trie.ts:258–258  ·  view source on GitHub ↗
(self: Trie<V>)

Source from the content-addressed store, hash-verified

256 * @since 2.0.0
257 */
258export const toEntries = <V>(self: Trie<V>): Array<[string, V]> => Array.from(entries(self))
259
260/**
261 * Returns an `IterableIterator` of the keys within the `Trie`

Callers

nothing calls this directly

Calls 1

entriesFunction · 0.70

Tested by

no test coverage detected