MCPcopy Create free account
hub / github.com/Effect-TS/effect / countReset

Function countReset

packages/effect/src/Console.ts:259–264  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

257 * @since 2.0.0
258 */
259export const countReset = (label?: string): Effect.Effect<void> =>
260 consoleWith((console) =>
261 effect.sync(() => {
262 console.countReset(label)
263 })
264 )
265
266/**
267 * Writes a debug message through the current `Console` service.

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
countResetMethod · 0.80
syncMethod · 0.45

Tested by

no test coverage detected