Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Method
toString
packages/effect/src/SchemaAST.ts:1535–1537 ·
view source on GitHub ↗
* @since 3.10.0
()
Source
from the content-addressed store, hash-verified
1533
* @since 3.10.0
1534
*/
1535
toString() {
1536
return
Option.getOrElse(getExpected(this), () => formatTypeLiteral(this))
1537
}
1538
/**
1539
* @since 3.10.0
1540
*/
Callers
nothing calls this directly
Calls
2
getExpected
Function · 0.85
formatTypeLiteral
Function · 0.85
Tested by
no test coverage detected