Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ nextName
Function
nextName
packages/effect/test/Metric.test.ts:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
let
nameCount = 0
30
const
nextName = () => `m${++nameCount}`
31
32
describe(
"Metric"
, () => {
33
describe(
"Counter"
, () => {
Callers
1
Metric.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected