Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
bool LCU::IsProcessGood()
231
{
232
return !leagueProcesses.empty() && indexLeagueProcesses < leagueProcesses.size();
233
}
234
235
// TODO: sync with LCU header, it's almost the same
236
std::string LCU::GetStoreHeader()
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected