Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ count
Function
count
packages/effect/src/internal/defaultServices/console.ts:25–29 ·
view source on GitHub ↗
(label)
Source
from the content-addressed store, hash-verified
23
console.clear()
24
}),
25
count(label) {
26
return
core.sync(() => {
27
console.count(label)
28
})
29
},
30
countReset(label) {
31
return
core.sync(() => {
32
console.countReset(label)
Callers
nothing calls this directly
Calls
2
sync
Method · 0.80
count
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…