MCPcopy Index your code
hub / github.com/Effect-TS/effect / unsafeUpdate

Method unsafeUpdate

packages/effect/src/Metric.ts:57–57  ·  view source on GitHub ↗
(input: In, extraTags: ReadonlyArray<MetricLabel.MetricLabel>)

Source from the content-addressed store, hash-verified

55 */
56 readonly keyType: Type
57 unsafeUpdate(input: In, extraTags: ReadonlyArray<MetricLabel.MetricLabel>): void
58 unsafeValue(extraTags: ReadonlyArray<MetricLabel.MetricLabel>): Out
59 unsafeModify(input: In, extraTags: ReadonlyArray<MetricLabel.MetricLabel>): void
60 register(): this

Callers 6

metric.tsFile · 0.80
constructorMethod · 0.80
reportExitValueMethod · 0.80
collectAllFunction · 0.80
Sharding.tsFile · 0.80
entityManager.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected