Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewSequentialFile
Method · 0.45
NewRandomAccessFile
Method · 0.45
NewWritableFile
Method · 0.45
NewAppendableFile
Method · 0.45
LockFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected