MCPcopy Create free account
hub / github.com/Effect-TS/effect / fail

Method fail

packages/effect/src/unstable/encoding/Yaml.ts:317–319  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

315 }
316
317 private fail(message: string): never {
318 throw new SyntaxError(`${message} at flow offset ${this.index}`)
319 }
320}
321
322class YamlParser {

Callers 15

parseMethod · 0.95
parseValueMethod · 0.95
parseMappingMethod · 0.95
readQuotedMethod · 0.95
expectMethod · 0.95
encodeStringFunction · 0.45
decodeStringFunction · 0.45
decodeFunction · 0.45
filterMethod · 0.45
encodeFunction · 0.45
decodeFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected