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

Function beginMutation

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

Source from the content-addressed store, hash-verified

140
141/** @internal */
142export const beginMutation = <A>(self: HS.HashSet<A>): HS.HashSet<A> =>
143 makeImpl(HM.beginMutation((self as HashSetImpl<A>)._keyMap))
144
145/** @internal */
146export const endMutation = <A>(self: HS.HashSet<A>): HS.HashSet<A> => {

Callers 3

fromIterableFunction · 0.70
makeFunction · 0.70
hashSet.tsFile · 0.70

Calls 1

makeImplFunction · 0.70

Tested by

no test coverage detected