| 102 | NodeState state; |
| 103 | |
| 104 | NodeFile(mode_t mode, backend_t backend, std::string path) |
| 105 | : DataFile(mode, backend), state(path) {} |
| 106 | |
| 107 | private: |
| 108 | off_t getSize() override { |
nothing calls this directly
no outgoing calls
no test coverage detected