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

Function frequency

packages/effect/src/internal/metric.ts:105–108  ·  view source on GitHub ↗
(name: string, options?: {
  readonly description?: string | undefined
  readonly preregisteredWords?: ReadonlyArray<string> | undefined
})

Source from the content-addressed store, hash-verified

103
104/** @internal */
105export const frequency = (name: string, options?: {
106 readonly description?: string | undefined
107 readonly preregisteredWords?: ReadonlyArray<string> | undefined
108}): Metric.Metric.Frequency<string> => fromMetricKey(metricKey.frequency(name, options))
109
110/** @internal */
111export const withConstantInput = dual<

Callers

nothing calls this directly

Calls 1

fromMetricKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…