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

Method info

KittyMemoryEx/KittyIOFile.hpp:245–250  ·  view source on GitHub ↗

* @brief Retrieves information about the file. * * @return The file information. */

Source from the content-addressed store, hash-verified

243 /**
244 * @brief Retrieves information about the file.
245 *
246 * @return The file information.
247 */
248 inline kt_stat64_t info()
249 {
250 kt_stat64_t s = {};
251 _error = (kt_stat64(_filePath.c_str(), &s) == -1) ? errno : 0;
252 return s;
253 }

Callers 1

dsymbolsMethod · 0.80

Calls 2

stat64Class · 0.85
statClass · 0.70

Tested by

no test coverage detected