Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Method
toString
packages/effect/src/SchemaAST.ts:1219–1221 ·
view source on GitHub ↗
* @since 3.10.0
()
Source
from the content-addressed store, hash-verified
1217
* @since 3.10.0
1218
*/
1219
toString() {
1220
return
Option.getOrElse(getExpected(this), () => formatTemplateLiteral(this))
1221
}
1222
/**
1223
* @since 3.10.0
1224
*/
Callers
nothing calls this directly
Calls
2
getExpected
Function · 0.85
formatTemplateLiteral
Function · 0.85
Tested by
no test coverage detected