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

Method fail

packages/effect/src/unstable/encoding/Yaml.ts:512–514  ·  view source on GitHub ↗
(line: Line, message: string)

Source from the content-addressed store, hash-verified

510 }
511
512 private fail(line: Line, message: string): never {
513 throw new SyntaxError(`${message} at line ${line.number}`)
514 }
515}
516
517/**

Callers 7

parseMethod · 0.95
parseNodeMethod · 0.95
parseMappingMethod · 0.95
parseMappingEntryMethod · 0.95
parseSequenceMethod · 0.95
parseBlockScalarMethod · 0.95
skipIgnoredMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected