MCPcopy
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

jsonFunction · 0.80
jsonMethod · 0.80
jsonFunction · 0.80
makeProviderFunction · 0.80
cliApp.tsFile · 0.80
files.tsFile · 0.80
fileParseFunction · 0.80
fileParseFunction · 0.80
emitFunction · 0.80
_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected