Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ getParser
Method
getParser
packages/effect/src/SchemaAST.ts:940–942 ·
view source on GitHub ↗
@internal
()
Source
from the content-addressed store, hash-verified
938
readonly _tag =
"Any"
939
/** @internal */
940
getParser() {
941
return
fromRefinement(this, Predicate.isUnknown)
942
}
943
/** @internal */
944
getExpected(): string {
945
return
"any"
Callers
3
onItem
Function · 0.45
step
Function · 0.45
makeParser
Function · 0.45
Calls
1
fromRefinement
Function · 0.85
Tested by
no test coverage detected