Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isHidden
Method
isHidden
src/filetreeitem.cpp:399–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
bool FileTreeItem::isHidden() const
400
{
401
return m_file.endsWith(ModInfo::s_HiddenExt, Qt::CaseInsensitive);
402
}
403
404
void FileTreeItem::unload()
405
{
Callers
2
filterPluginList
Method · 0.45
onCustomContextMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected