Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
export
class
InternalError extends ParserError {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected