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

Function endMutation

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

Source from the content-addressed store, hash-verified

1068
1069/** @internal */
1070export const endMutation = <K, V>(self: HashMap<K, V>): HashMap<K, V> => {
1071 const impl = self as HashMapImpl<K, V>
1072 impl._editable = false
1073 return self
1074}
1075
1076/** @internal */
1077export const mutate = dual<

Callers 1

hashMap.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected