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

Function setVersionMismatchErrorLogLevel

packages/effect/src/Layer.ts:1125–1130  ·  view source on GitHub ↗
(
  level: Option.Option<LogLevel>
)

Source from the content-addressed store, hash-verified

1123 * @category logging
1124 */
1125export const setVersionMismatchErrorLogLevel: (level: Option.Option<LogLevel>) => Layer<never> = (
1126 level: Option.Option<LogLevel>
1127): Layer<never> =>
1128 scopedDiscard(
1129 fiberRuntime.fiberRefLocallyScoped(core.currentVersionMismatchErrorLogLevel, level)
1130 )
1131
1132/**
1133 * @since 2.0.0

Callers

nothing calls this directly

Calls 1

scopedDiscardFunction · 0.85

Tested by

no test coverage detected