MCPcopy 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
188bool 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

Calls 1

endMethod · 0.80

Tested by

no test coverage detected