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

Function pipe

packages/effect/src/unstable/schema/VariantSchema.ts:572–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570
571const StructProto = {
572 pipe() {
573 return pipeArguments(this, arguments)
574 }
575}
576
577const Struct = <const A extends Field.Fields>(fields: A): Struct<A> => {

Callers 4

makeFunction · 0.90
fromGlobFunction · 0.90
fromBabelGlobFunction · 0.90
fromRecordFunction · 0.90

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected