ElfStringTable.hasString
bool hasString(string str)Check if a string exists in the string table.
Parameters
str | The string to search for. |
Returns
true if the string is found, false otherwise.
bool hasString(string str)Check if a string exists in the string table.
str | The string to search for. |