MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / IsValue

Method IsValue

PanzerChasm/settings.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203bool Settings::IsValue( const char* const name ) const
204{
205 return map_.find( SettingsStringContainer(name) ) != map_.cend();
206}
207
208bool Settings::IsNumber( const char* const name ) const
209{

Callers 1

ProcessCommandMethod · 0.80

Calls 1

Tested by

no test coverage detected