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
134 /**
135 * @brief Returns the file flags.
136 *
137 * @return The file flags.
138 */
139 inline int flags() const
140 {
141 return _flags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected