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

Method IsAtRoot

NetStream/source/browsers/local_server_browser.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool LocalServerBrowser::IsAtRoot(string *current)
39{
40 return current->empty();
41}
42
43bool LocalServerBrowser::IsAtRoot()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected