MCPcopy Create free account
hub / github.com/figma/code-connect / toDebugString

Method toDebugString

cli/src/connect/parser_common.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 toDebugString() {
49 return this.toString() + `\n ${this.stack}`
50 }
51}
52
53export class InternalError extends ParserError {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected