MCPcopy
hub / github.com/Effect-TS/effect / endMutation

Function endMutation

packages/effect/src/internal/hashMap.ts:361–364  ·  view source on GitHub ↗
(self: HM.HashMap<K, V>)

Source from the content-addressed store, hash-verified

359
360/** @internal */
361export const endMutation = <K, V>(self: HM.HashMap<K, V>): HM.HashMap<K, V> => {
362 ;(self as HashMapImpl<K, V>)._editable = false
363 return self
364}
365
366/** @internal */
367export const mutate = Dual.dual<

Callers 2

fromIterableFunction · 0.70
hashMap.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…