Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ stringTableSize
Method
stringTableSize
KittyMemoryEx/KittyScanner.hpp:398–401 ·
view source on GitHub ↗
* @brief Elf's dynamic string table size. */
Source
from the content-addressed store, hash-verified
396
* @brief Elf's dynamic string table size.
397
*/
398
inline size_t stringTableSize() const
399
{
400
return _strsz;
401
}
402
403
/**
404
* @brief Elf's symbol entry size.
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected