--------------------------------------------------------------------------- String __fastcall GetArrayElement(String arrType, int offset) { String _result = ""; int _arrSize, _elTypeSize; _arrSize = GetArraySize(arrType); if (_arrSize == 0) return ""; _elTypeSize = GetArrayElementTypeSize(arrType); strcpy(StringBuf, arrType.c_str()); p = strchr(StringBuf, '[');
source not stored for this graph (policy: none)
no test coverage detected