Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
inline int GetNumLines()
34
{
35
if (m_bDirty)
36
GetLinePointers();
37
38
return (int) m_vLines.size();
39
}
40
41
inline char *GetLine( const int iLine ) const
42
{
Callers
7
DrawSourceLine
Function · 0.80
CmdSymbolsLoad
Function · 0.80
ConfigSave_BufferToDisk
Function · 0.80
CmdOutputRun
Function · 0.80
BufferAssemblyListing
Function · 0.80
ParseAssemblyListing
Function · 0.80
CmdSource
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected