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

Function updateRuntimeFlags

packages/effect/src/internal/core.ts:1360–1365  ·  view source on GitHub ↗
(patch: RuntimeFlagsPatch.RuntimeFlagsPatch)

Source from the content-addressed store, hash-verified

1358
1359/* @internal */
1360export const updateRuntimeFlags = (patch: RuntimeFlagsPatch.RuntimeFlagsPatch): Effect.Effect<void> => {
1361 const effect = new EffectPrimitive(OpCodes.OP_UPDATE_RUNTIME_FLAGS) as any
1362 effect.effect_instruction_i0 = patch
1363 effect.effect_instruction_i1 = void 0
1364 return effect
1365}
1366
1367/* @internal */
1368export const whenEffect: {

Callers 1

runtime.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected