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

Function countReset

packages/effect/src/internal/defaultServices/console.ts:30–34  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

28 })
29 },
30 countReset(label) {
31 return core.sync(() => {
32 console.countReset(label)
33 })
34 },
35 debug(...args) {
36 return core.sync(() => {
37 console.debug(...args)

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
countResetMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…