MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / _StringDummyConvA

Function _StringDummyConvA

source/StringConv.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103LPCSTR _StringDummyConvA(LPCSTR sSrc, CStringA &sDest, int iChars/* = -1*/)
104{
105 return _StringDummyConv(sSrc, sDest, iChars);
106}

Callers

nothing calls this directly

Calls 1

_StringDummyConvFunction · 0.85

Tested by

no test coverage detected