MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetEndChar

Method GetEndChar

Source/script.cpp:11198–11205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11196}
11197
11198VarSizeType Script::GetEndChar(char *aBuf)
11199{
11200 if (!aBuf)
11201 return 1;
11202 *aBuf = mEndChar;
11203 *(aBuf + 1) = '\0';
11204 return 1;
11205}
11206
11207
11208

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected