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

Method mode

KittyMemoryEx/KittyIOFile.hpp:145–148  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

143 * @return The file mode.
144 */
145 inline mode_t mode() const
146 {
147 return _mode;
148 }
149
150 /**
151 * @brief Reads data from the file and advances file pointer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected