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

Method flags

KittyMemoryEx/KittyIOFile.hpp:135–138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133 * @return The file flags.
134 */
135 inline int flags() const
136 {
137 return _flags;
138 }
139
140 /**
141 * @brief Returns the file mode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected