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

Method KittyIOFile

KittyMemoryEx/KittyIOFile.hpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20public:
21 KittyIOFile() : _fd(-1), _flags(0), _mode(0), _error(0), _bufferSize(KT_IO_BUFFER_SIZE)
22 {
23 }
24
25 /**
26 * @brief Constructs a new KittyIOFile object with file path, flags, and mode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected