MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / ~FtpServerBrowser

Method ~FtpServerBrowser

NetStream/source/browsers/ftp_server_browser.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62FtpServerBrowser::~FtpServerBrowser()
63{
64 curl_url_cleanup(m_url);
65 curl_easy_cleanup(m_curl);
66}
67
68bool FtpServerBrowser::Probe()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected