Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ effectify
Function
effectify
packages/effect/test/Schema/TestUtils.ts:148–150 ·
view source on GitHub ↗
(schema: S.Schema<A, I, never>)
Source
from the content-addressed store, hash-verified
146
}
147
148
function
effectify<A, I>(schema: S.Schema<A, I, never>): S.Schema<A, I, never> {
149
return
S.make(effectifyAST(schema.ast))
150
}
Callers
7
TestUtils.ts
File · 0.70
fileSystem.ts
File · 0.50
makeTempDirectoryFactory
Function · 0.50
removeFactory
Function · 0.50
openFactory
Function · 0.50
nodeReadFactory
Function · 0.50
nodeWriteFactory
Function · 0.50
Calls
2
effectifyAST
Function · 0.85
make
Method · 0.65
Tested by
no test coverage detected