MCPcopy Create free account
hub / github.com/TASEmulators/fceux / getSymbol

Method getSymbol

src/debugsymboltable.cpp:162–166  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

160}
161//--------------------------------------------------------------
162debugSymbol_t *debugSymbolPage_t::getSymbol( const std::string &name )
163{
164 auto it = symNameMap.find( name );
165 return it != symNameMap.end() ? it->second : nullptr;
166}
167//--------------------------------------------------------------
168int debugSymbolPage_t::deleteSymbolAtOffset( int ofs )
169{

Callers 2

updateNameMethod · 0.80
debugger_getsymboloffsetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected