Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ getTpsRestriction
Method
getTpsRestriction
source/EngineImpl/EngineWorker.cpp:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
int EngineWorker::getTpsRestriction() const
337
{
338
auto result = _tpsRestriction.load();
339
return result;
340
}
341
342
void EngineWorker::setTpsRestriction(int value)
343
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected