Function
updateRuntimeFlags
(patch: RuntimeFlagsPatch.RuntimeFlagsPatch)
Source from the content-addressed store, hash-verified
| 1358 | |
| 1359 | /* @internal */ |
| 1360 | export 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 */ |
| 1368 | export const whenEffect: { |
Tested by
no test coverage detected