MCPcopy Create free account
hub / github.com/Norbyte/bg3se / IsConstStringRef

Method IsConstStringRef

CoreLib/SymbolMapper.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686bool SymbolMapper::IsConstStringRef(uint8_t const * ref, char const * str) const
687{
688 return
689 IsValidModulePtr(ref)
690 && strcmp((char const *)ref, str) == 0;
691}
692
693bool SymbolMapper::IsConstWStringRef(uint8_t const * ref, wchar_t const * str) const
694{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected