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

Method fail

packages/effect/src/unstable/encoding/Toml.ts:490–492  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

488 }
489
490 private fail(message: string): never {
491 throw new SyntaxError(`${message} at line ${this.line}, column ${this.column}`)
492 }
493}
494
495/**

Callers 11

parseHeaderMethod · 0.95
resolveTableMethod · 0.95
assignMethod · 0.95
parseKeyPathMethod · 0.95
parseValueMethod · 0.95
parseDateMethod · 0.95
parseBasicStringMethod · 0.95
parseLiteralStringMethod · 0.95
parseInlineTableMethod · 0.95
finishStatementMethod · 0.95
expectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected