MCPcopy
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
29let nameCount = 0
30const nextName = () => `m${++nameCount}`
31
32describe("Metric", () => {
33 describe("Counter", () => {

Callers 1

Metric.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected