MCPcopy Create free account
hub / github.com/beefytech/Beef / GetInlinedAt

Method GetInlinedAt

IDEHelper/Backend/BeModule.cpp:884–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884BeDbgLoc* BeDbgLoc::GetInlinedAt(int idx)
885{
886 if (idx == -1)
887 return this;
888 auto checkDbgLoc = mDbgInlinedAt;
889 for (int i = 0; i < idx; i++)
890 checkDbgLoc = checkDbgLoc->mDbgInlinedAt;
891 return checkDbgLoc;
892}
893
894BeDbgLoc* BeDbgLoc::GetRoot()
895{

Callers 2

GetInlineMatchDepthMethod · 0.80
DbgGenerateModuleInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected