MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / lineCount

Method lineCount

common/script/scriptconsole.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279size_t ScriptConsole::lineCount(void) const
280{
281 std::lock_guard<std::mutex> lock(mMutex);
282 return mLines.size();
283}
284
285void ScriptConsole::copyWindow(size_t first, size_t count, std::vector<std::string>& out) const
286{

Callers 2

scrollLinesMethod · 0.80
windowMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected