| 395 | } |
| 396 | |
| 397 | inline bool SM_CvarExistsInConfig(ke::HashMap<std::string, std::string, StringPolicy> &cvars, const char *cvar_name) |
| 398 | { |
| 399 | return cvars.find(cvar_name).found(); |
| 400 | } |
| 401 | |
| 402 | bool SM_CvarExistsInPlugin(List<const ConVar *> &convars, const char *cvar_name) |
| 403 | { |
no test coverage detected