MCPcopy Create free account
hub / github.com/audacity/audacity / NextIn

Function NextIn

libraries/lib-wx-init/Journal.cpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122inline void NextIn()
123{
124 if ( !sFileIn.Eof() ) {
125 sLine = sFileIn.GetNextLine();
126 ++sLineNumber;
127
128 Log("Journal: line {} is '{}'", sLineNumber, sLine);
129 }
130}
131
132wxArrayStringEx PeekTokens()
133{

Callers 5

PeekTokensFunction · 0.85
BeginFunction · 0.85
GetTokensFunction · 0.85
SyncFunction · 0.85
GetExitCodeFunction · 0.85

Calls 2

LogFunction · 0.85
EofMethod · 0.80

Tested by

no test coverage detected