Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ExistsGroup
Method
ExistsGroup
src/GroupManager.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
bool cGroupManager::ExistsGroup( const AString & a_Name )
189
{
190
GroupMap::iterator itr = m_pState->Groups.find( a_Name );
191
return ( itr != m_pState->Groups.end() );
192
}
193
194
195
Callers
1
LoadPermissionsFromDisk
Method · 0.80
Calls
1
end
Method · 0.80
Tested by
no test coverage detected