MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetNumLines

Method GetNumLines

source/Debugger/Util_MemoryTextFile.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33inline int GetNumLines()
34 {
35 if (m_bDirty)
36 GetLinePointers();
37
38 return (int) m_vLines.size();
39 }
40
41inline char *GetLine( const int iLine ) const
42 {

Callers 7

DrawSourceLineFunction · 0.80
CmdSymbolsLoadFunction · 0.80
ConfigSave_BufferToDiskFunction · 0.80
CmdOutputRunFunction · 0.80
BufferAssemblyListingFunction · 0.80
ParseAssemblyListingFunction · 0.80
CmdSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected