MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / filePath

Method filePath

KittyMemoryEx/KittyScanner.hpp:466–469  ·  view source on GitHub ↗

* @brief Returns the file path of the memory mapped Elf file. */

Source from the content-addressed store, hash-verified

464 * @brief Returns the file path of the memory mapped Elf file.
465 */
466 inline std::string filePath() const
467 {
468 return _filepath;
469 }
470
471 /**
472 * @brief Returns the real path of the memory mapped Elf file

Callers 3

getAllELFsMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected