Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.70
constructor
Method · 0.70
histogram
Function · 0.70
summary
Function · 0.70
constructor
Method · 0.70
fromIterable
Function · 0.70
linear
Function · 0.70
exponential
Function · 0.70
get
Method · 0.70
getCounter
Method · 0.70
getFrequency
Method · 0.70
getGauge
Method · 0.70
Calls
1
pipeArguments
Function · 0.85
Tested by
no test coverage detected