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

Function countReset

packages/effect/src/internal/console.ts:64–64  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

62
63/** @internal */
64export const countReset = (label?: string) => consoleWith((_) => _.countReset(label))
65
66/** @internal */
67export const debug = (...args: ReadonlyArray<any>) => consoleWith((_) => _.debug(...args))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
countResetMethod · 0.65

Tested by

no test coverage detected