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

Method is_valid

src/leveldb/util/env_windows.cc:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 bool is_valid() const {
99 return handle_ != INVALID_HANDLE_VALUE && handle_ != nullptr;
100 }
101
102 HANDLE get() const { return handle_; }
103

Callers 5

NewSequentialFileMethod · 0.45
NewRandomAccessFileMethod · 0.45
NewWritableFileMethod · 0.45
NewAppendableFileMethod · 0.45
LockFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected