Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ makeSticky
Method
makeSticky
source/EngineImpl/EngineWorker.cpp:266–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void EngineWorker::makeSticky(bool includeClusters)
267
{
268
EngineWorkerGuard access(this);
269
270
_simulationCudaFacade->makeSticky(includeClusters);
271
}
272
273
void EngineWorker::removeStickiness(bool includeClusters)
274
{
Callers
1
onMakeSticky
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected