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

Function pipe

packages/effect/src/internal/hashMap.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 return this.toJSON()
90 },
91 pipe() {
92 return pipeArguments(this, arguments)
93 }
94}
95
96const makeImpl = <K, V>(

Callers 3

[Hash.symbol]Function · 0.70
[Equal.symbol]Function · 0.70
hashMap.tsFile · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…