MCPcopy
hub / github.com/Effect-TS/effect / snapshot

Method snapshot

packages/effect/src/MetricRegistry.ts:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26export interface MetricRegistry {
27 readonly [MetricRegistryTypeId]: MetricRegistryTypeId
28 snapshot(): Array<MetricPair.MetricPair.Untyped>
29 get<Type extends MetricKeyType.MetricKeyType<any, any>>(
30 key: MetricKey.MetricKey<Type>
31 ): MetricHook.MetricHook<

Callers 2

unsafeSnapshotFunction · 0.65
Machine.test.tsFile · 0.65

Implementers 1

MetricRegistryImplpackages/effect/src/internal/metric/re

Calls

no outgoing calls

Tested by

no test coverage detected