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

Method setBufferSize

KittyMemoryEx/KittyIOFile.hpp:105–108  ·  view source on GitHub ↗

* @brief Sets the buffer size used for chunk reads/writes. * * @param size The new buffer size. */

Source from the content-addressed store, hash-verified

103 * @param size The new buffer size.
104 */
105 inline void setBufferSize(size_t size)
106 {
107 _bufferSize = size;
108 }
109
110 /**
111 * @brief Returns the file descriptor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected