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

Method toString

src/hx/Debug.cpp:436–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436::String StackFrame::toString()
437{
438 #ifndef HXCPP_STACK_LINE
439 int lineNumber=0;
440 #endif
441
442 return FormatStack(position->fileName, position->className, position->functionName, lineNumber,false);
443}
444
445
446

Calls 1

FormatStackFunction · 0.85

Tested by

no test coverage detected