MCPcopy Create free account
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/effect/src/TxHashMap.ts:42–44  ·  view source on GitHub ↗
(this: TxHashMap<unknown, unknown>)

Source from the content-addressed store, hash-verified

40 }
41 },
42 pipe(this: TxHashMap<unknown, unknown>) {
43 return pipeArguments(this, arguments)
44 }
45}
46
47/**

Callers

nothing calls this directly

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected