MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / IsAtRoot

Method IsAtRoot

NetStream/source/browsers/ftp_server_browser.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool FtpServerBrowser::IsAtRoot(string *current)
85{
86 return (m_root == *current);
87}
88
89bool FtpServerBrowser::IsAtRoot()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected