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

Method countReset

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

Source from the content-addressed store, hash-verified

30 readonly clear: Effect<void>
31 count(label?: string): Effect<void>
32 countReset(label?: string): Effect<void>
33 debug(...args: ReadonlyArray<any>): Effect<void>
34 dir(item: any, options?: any): Effect<void>
35 dirxml(...args: ReadonlyArray<any>): Effect<void>

Callers 2

countResetFunction · 0.65
countResetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected