MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / toDisplay

Method toDisplay

src/hx/Debug.cpp:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427::String StackFrame::toDisplay()
428{
429 #ifndef HXCPP_STACK_LINE
430 int lineNumber=0;
431 #endif
432 return FormatStack(position->fileName, position->className, position->functionName, lineNumber,true);
433}
434
435
436::String StackFrame::toString()

Callers 1

dumpExceptionStackMethod · 0.80

Calls 1

FormatStackFunction · 0.85

Tested by

no test coverage detected