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

Function make

packages/effect/src/MutableHashMap.ts:122–122  ·  view source on GitHub ↗
(...entries)

Source from the content-addressed store, hash-verified

120 Entries[number] extends readonly [infer K, any] ? K : never,
121 Entries[number] extends readonly [any, infer V] ? V : never
122> = (...entries) => fromIterable(entries)
123
124/**
125 * Creates a new `MutableHashMap` from an iterable collection of key/value pairs.

Callers

nothing calls this directly

Calls 1

fromIterableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…