ElfStringTable.hasString

bool hasString(string str)

Check if a string exists in the string table.

Parameters

strThe string to search for.

Returns

true if the string is found, false otherwise.