MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_error_output

Function das_error_output

src/misc/daScriptC.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void das_error_output ( das_error * error, das_text_writer * tout ) {
431 auto err = (Error *) error;
432 *((TextWriter *)tout) << reportError(err->at, err->what, err->extra, err->fixme, err->cerr );
433}
434
435void das_error_report ( das_error * error, char * text, int maxLength ) {
436 auto err = (Error *) error;

Callers 6

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
compile_and_simulateFunction · 0.85
compile_and_simulateFunction · 0.85

Calls 1

reportErrorFunction · 0.85

Tested by

no test coverage detected