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

Function counter

packages/effect/src/internal/metric.ts:102–102  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

100 readonly incremental?: boolean | undefined
101 }): Metric.Metric.Counter<bigint>
102} = (name, options) => fromMetricKey(metricKey.counter(name, options as any)) as any
103
104/** @internal */
105export const frequency = (name: string, options?: {

Callers 1

Metric.test.tsFile · 0.50

Calls 1

fromMetricKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…