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

Method ~KittyIOFile

KittyMemoryEx/KittyIOFile.hpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 ~KittyIOFile()
49 {
50 if (_fd >= 0)
51 {
52 ::close(_fd);
53 }
54 }
55
56 /**
57 * @brief Opens the file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected