Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isESPLocked
Method
isESPLocked
src/pluginlist.cpp:756–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
}
755
756
bool PluginList::isESPLocked(int index) const
757
{
758
return m_LockedOrder.find(m_ESPs.at(index).name) != m_LockedOrder.end();
759
}
760
761
void PluginList::lockESPIndex(int index, bool lock)
762
{
Callers
1
PluginListContextMenu
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected