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

Method count

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

Source from the content-addressed store, hash-verified

29 assert(condition: boolean, ...args: ReadonlyArray<any>): Effect<void>
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>

Callers 3

TArray.test.tsFile · 0.65
countFunction · 0.65
countFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected