Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ parse
Method
parse
packages/effect/src/Config.ts:67–67 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
65
export
interface
Primitive<out A> extends Config<A> {
66
readonly description: string
67
parse(text: string): Either.Either<A, ConfigError.ConfigError>
68
}
69
70
/**
Callers
15
json
Function · 0.80
SqlPersistedQueue.ts
File · 0.80
json
Method · 0.80
json
Function · 0.80
CommandDescriptor.test.ts
File · 0.80
makeProvider
Function · 0.80
cliApp.ts
File · 0.80
files.ts
File · 0.80
fileParse
Function · 0.80
fileParse
Function · 0.80
emit
Function · 0.80
_parse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected