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

Function unsafeSet

packages/effect/src/internal/stm/entry.ts:27–30  ·  view source on GitHub ↗
(self: Entry, value: unknown)

Source from the content-addressed store, hash-verified

25
26/** @internal */
27export const unsafeSet = (self: Entry, value: unknown): void => {
28 self.isChanged = true
29 self.newValue = value
30}
31
32/** @internal */
33export const commit = (self: Entry): void => {

Callers 6

FiberHandle.tsFile · 0.85
runImplFunction · 0.85
runtimeFunction · 0.85
FiberMap.tsFile · 0.85
runImplFunction · 0.85
runtimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected