Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ fatalErrorHandler
Method
fatalErrorHandler
src/macro.cpp:277–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
276
277
void Macro::fatalErrorHandler(void *, const char *) {
278
#ifdef DEBUG
279
std::cerr <<
"Fatal JS Error!"
<< std::endl;
280
#endif
281
}
282
283
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected