MCPcopy Create free account
hub / github.com/effect-app/libs / dir

Function dir

repos/effect/packages/effect/src/Console.ts:257–262  ·  view source on GitHub ↗
(item: any, options?: any)

Source from the content-addressed store, hash-verified

255 *
256 * @category accessors
257 * @since 2.0.0
258 */
259export const countReset = (label?: string): Effect.Effect<void> =>
260 consoleWith((console) =>
261 effect.sync(() => {
262 console.countReset(label)
263 })
264 )
265

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
syncMethod · 0.80
dirMethod · 0.80

Tested by

no test coverage detected