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

Function count

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

Source from the content-addressed store, hash-verified

59
60/** @internal */
61export const count = (label?: string) => consoleWith((_) => _.count(label))
62
63/** @internal */
64export const countReset = (label?: string) => consoleWith((_) => _.countReset(label))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
countMethod · 0.65

Tested by

no test coverage detected