- if (! st->gotArgs)
return vStringValue(st->firstToken->name); /* ignore non-functions */
switch (st->declaration) {
case DECL_BASE:
case DECL_FUNCTION:
case DECL_FUNCTION_TEMPLATE:
break;
default:
return vStringValue(st->firstToken->name);
}
if (vt == NULL)
no, it's `static` (which is meh, but well)
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/889/files#r50978248