MCPcopy Create free account
hub / github.com/ElementsProject/elements / Close

Method Close

src/leveldb/util/env_windows.cc:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 Status Close() override {
293 Status status = FlushBuffer();
294 if (!handle_.Close() && status.ok()) {
295 status = WindowsError(filename_, ::GetLastError());
296 }
297 return status;
298 }
299
300 Status Flush() override { return FlushBuffer(); }
301

Callers

nothing calls this directly

Calls 2

WindowsErrorFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected