MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / IsExplorer

Function IsExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 template<typename T>
58 inline bool IsExplorer(T *&exp, const std::string &mount_name) {
59 return (exp != nullptr) && (exp->GetMountName() == mount_name);
60 }
61
62 }
63

Callers 1

GetExplorerForMountNameFunction · 0.85

Calls 1

GetMountNameMethod · 0.80

Tested by

no test coverage detected