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

Function make

packages/effect/src/internal/runtimeFlags.ts:105–106  ·  view source on GitHub ↗
(...flags: ReadonlyArray<RuntimeFlags.RuntimeFlag>)

Source from the content-addressed store, hash-verified

103
104/** @internal */
105export const make = (...flags: ReadonlyArray<RuntimeFlags.RuntimeFlag>): RuntimeFlags.RuntimeFlags =>
106 flags.reduce((a, b) => a | b, 0) as RuntimeFlags.RuntimeFlags
107
108/** @internal */
109export const none: RuntimeFlags.RuntimeFlags = make(None)

Callers 1

runtimeFlags.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…