| 203 | int GetSymbol(const char* name) { return GetSymbolForString(name, false); } |
| 204 | int GetOrCreateSymbol(const char* name) { return GetSymbolForString(name, true); } |
| 205 | const char* GetKeyName(int symbol) { return GetStringForSymbol(symbol); } |
| 206 | }; |
| 207 | using KeyValuesSystemSteam_t = IKeyValuesSystem* (*)(); |
| 208 |
nothing calls this directly
no outgoing calls
no test coverage detected