MCPcopy 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
148function 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.tsFile · 0.70
fileSystem.tsFile · 0.50
makeTempDirectoryFactoryFunction · 0.50
removeFactoryFunction · 0.50
openFactoryFunction · 0.50
nodeReadFactoryFunction · 0.50
nodeWriteFactoryFunction · 0.50

Calls 2

effectifyASTFunction · 0.85
makeMethod · 0.65

Tested by

no test coverage detected