Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toCodecJson
Method
toCodecJson
packages/effect/src/SchemaAST.ts:792–794 ·
view source on GitHub ↗
@internal
()
Source
from the content-addressed store, hash-verified
790
}
791
/** @internal */
792
toCodecJson(): AST {
793
return
replaceEncoding(this, [undefinedToNull])
794
}
795
/** @internal */
796
getExpected(): string {
797
return
"undefined"
Callers
nothing calls this directly
Calls
1
replaceEncoding
Function · 0.85
Tested by
no test coverage detected