MCPcopy 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
61HttpServerBrowser::~HttpServerBrowser()
62{
63 curl_url_cleanup(m_url);
64 curl_easy_cleanup(m_curl);
65}
66
67bool HttpServerBrowser::Probe()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected