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

Function endMutation

packages/effect/src/internal/hashSet.ts:146–149  ·  view source on GitHub ↗
(self: HS.HashSet<A>)

Source from the content-addressed store, hash-verified

144
145/** @internal */
146export const endMutation = <A>(self: HS.HashSet<A>): HS.HashSet<A> => {
147 ;((self as HashSetImpl<A>)._keyMap as HM.HashMapImpl<A, unknown>)._editable = false
148 return self
149}
150
151/** @internal */
152export const mutate = dual<

Callers 3

fromIterableFunction · 0.70
makeFunction · 0.70
hashSet.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…