Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
571
const
StructProto = {
572
pipe() {
573
return
pipeArguments(this, arguments)
574
}
575
}
576
577
const
Struct = <
const
A extends Field.Fields>(fields: A): Struct<A> => {
Callers
4
make
Function · 0.90
fromGlob
Function · 0.90
fromBabelGlob
Function · 0.90
fromRecord
Function · 0.90
Calls
1
pipeArguments
Function · 0.90
Tested by
no test coverage detected