Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
bool Settings::IsValue( const char* const name ) const
204
{
205
return map_.find( SettingsStringContainer(name) ) != map_.cend();
206
}
207
208
bool Settings::IsNumber( const char* const name ) const
209
{
Callers
1
ProcessCommand
Method · 0.80
Calls
1
SettingsStringContainer
Class · 0.85
Tested by
no test coverage detected