Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetExplorerForMountName
Function · 0.85
Calls
1
GetMountName
Method · 0.80
Tested by
no test coverage detected