| 85 | |
| 86 | public: |
| 87 | Handle(std::shared_ptr<OpenFileState> openFileState) |
| 88 | : openFileState(openFileState), lock(openFileState->mutex) {} |
| 89 | |
| 90 | std::shared_ptr<File>& getFile() { return openFileState->file; }; |
| 91 |
nothing calls this directly
no outgoing calls
no test coverage detected