--------------------------------------------------------------------------- String __fastcall UnmangleName(String Name) { int pos; //skip first '@' String Result = Name.SubString(2, Name.Length()); String LeftPart = Result; String RightPart = ""; int breakPos = Result.Pos("$"); if (breakPos) { if (breakPos == 1)// LeftPart = Result.SubString(
source not stored for this graph (policy: none)
no test coverage detected