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

Method getDepth

include/hx/StackContext.h:515–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 StackFrame *getCurrentStackFrame() { return mStackFrames.back(); }
514 StackFrame *getStackFrame(int inIndex) { return mStackFrames[inIndex]; }
515 int getDepth() const { return mStackFrames.size(); }
516 inline const char *getFullNameAtDepth(int depth) const;
517 void dumpExceptionStack();
518

Callers 6

StackUpdateMethod · 0.80
sampleMethod · 0.80
DoBreakMethod · 0.80
HandleBreakpointsMethod · 0.80
GetThreadInfoFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected