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

Method path

KittyMemoryEx/KittyIOFile.hpp:125–128  ·  view source on GitHub ↗

* @brief Returns the file path. * * @return The file path. */

Source from the content-addressed store, hash-verified

123 * @return The file path.
124 */
125 inline std::string path() const
126 {
127 return _filePath;
128 }
129
130 /**
131 * @brief Returns the file flags.

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected