Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ ~HttpServerBrowser
Method
~HttpServerBrowser
NetStream/source/browsers/http_server_browser.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
HttpServerBrowser::~HttpServerBrowser()
62
{
63
curl_url_cleanup(m_url);
64
curl_easy_cleanup(m_curl);
65
}
66
67
bool HttpServerBrowser::Probe()
68
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected