Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ generation
Method
generation
common/script/scriptconsole.cpp:273–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
unsigned ScriptConsole::generation(void) const
274
{
275
std::lock_guard<std::mutex> lock(mMutex);
276
return mGen;
277
}
278
279
size_t ScriptConsole::lineCount(void) const
280
{
Callers
1
window
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected