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

Function pipe

packages/effect/src/internal/metric/hook.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35): MetricHook.MetricHook<In, Out> => ({
36 [MetricHookTypeId]: metricHookVariance,
37 pipe() {
38 return pipeArguments(this, arguments)
39 },
40 ...options
41})
42

Callers 15

constructorMethod · 0.70
constructorMethod · 0.70
histogramFunction · 0.70
summaryFunction · 0.70
constructorMethod · 0.70
fromIterableFunction · 0.70
linearFunction · 0.70
exponentialFunction · 0.70
getMethod · 0.70
getCounterMethod · 0.70
getFrequencyMethod · 0.70
getGaugeMethod · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected