Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ reset
Method
reset
libop/network/HttpClient.cpp:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void reset(HINTERNET handle = nullptr) noexcept {
43
if (handle_) {
44
WinHttpCloseHandle(handle_);
45
}
46
handle_ = handle;
47
}
48
49
private:
50
HINTERNET handle_ = nullptr;
Callers
1
http_post_json
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected