@brief Get the cache size
| 82 | |
| 83 | /// @brief Get the cache size |
| 84 | int GetCacheSize() { return cache_size; }; |
| 85 | |
| 86 | /// Determine if writer is open or closed |
| 87 | bool IsOpen() { return is_open; }; |
nothing calls this directly
no outgoing calls
no test coverage detected