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

Function toEntries

packages/effect/src/HashMap.ts:639–639  ·  view source on GitHub ↗
(self: HashMap<K, V>)

Source from the content-addressed store, hash-verified

637 * @since 2.0.0
638 */
639export const toEntries = <K, V>(self: HashMap<K, V>): Array<[K, V]> => Array.from(entries(self))
640
641/**
642 * Returns the number of entries within the `HashMap`.

Callers

nothing calls this directly

Calls 1

entriesFunction · 0.70

Tested by

no test coverage detected