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

Method numSymbols

src/debugsymboltable.cpp:389–399  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

387}
388//--------------------------------------------------------------
389int debugSymbolTable_t::numSymbols(void)
390{
391 int n = 0;
392 FCEU::autoScopedLock alock(cs);
393
394 for (auto it=pageMap.begin(); it!=pageMap.end(); it++)
395 {
396 n += it->second->size();
397 }
398 return n;
399}
400//--------------------------------------------------------------
401static int generateNLFilenameForBank(int bank, std::string &NLfilename)
402{

Callers 1

ld65ImportDebugMethod · 0.80

Calls 2

beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected