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

Method time

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

Source from the content-addressed store, hash-verified

43 log(...args: ReadonlyArray<any>): Effect<void>
44 table(tabularData: any, properties?: ReadonlyArray<string>): Effect<void>
45 time(label?: string): Effect<void>
46 timeEnd(label?: string): Effect<void>
47 timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void>
48 trace(...args: ReadonlyArray<any>): Effect<void>

Callers 3

timeFunction · 0.65
console.tsFile · 0.65
timeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected