Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ get
Method
get
libop/network/HttpClient.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
WinHttpHandle &operator=(const WinHttpHandle &) = delete;
33
34
HINTERNET get() const noexcept {
35
return handle_;
36
}
37
38
explicit operator bool() const noexcept {
39
return handle_ != nullptr;
Callers
1
http_post_json
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected