MCPcopy 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
273unsigned ScriptConsole::generation(void) const
274{
275 std::lock_guard<std::mutex> lock(mMutex);
276 return mGen;
277}
278
279size_t ScriptConsole::lineCount(void) const
280{

Callers 1

windowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected