MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsProcessGood

Method IsProcessGood

KBotExt/LCU.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230bool LCU::IsProcessGood()
231{
232 return !leagueProcesses.empty() && indexLeagueProcesses < leagueProcesses.size();
233}
234
235// TODO: sync with LCU header, it's almost the same
236std::string LCU::GetStoreHeader()

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected