MCPcopy Create free account
hub / github.com/crypto2011/IDR / Copy2Clipboard

Function Copy2Clipboard

Misc.cpp:2403–2444  ·  view source on GitHub ↗

--------------------------------------------------------------------------- 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

miCopyCodeClickMethod · 0.85
miCopy2ClipboardClickMethod · 0.85

Calls 2

OpenMethod · 0.80
CloseMethod · 0.80

Tested by

no test coverage detected