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

Method IsAtRoot

NetStream/source/browsers/http_server_browser.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected