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

Method lastError

KittyMemoryEx/KittyIOFile.hpp:75–78  ·  view source on GitHub ↗

* @brief Returns the last error. * * @return The last error code. */

Source from the content-addressed store, hash-verified

73 * @return The last error code.
74 */
75 inline int lastError() const
76 {
77 return _error;
78 }
79
80 /**
81 * @brief Returns the last error message.

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected