MCPcopy Create free account
hub / github.com/chrxh/alien / makeSticky

Method makeSticky

source/EngineImpl/SimulationFacadeImpl.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void _SimulationFacadeImpl::makeSticky(bool includeClusters)
144{
145 _worker.makeSticky(includeClusters);
146}
147
148void _SimulationFacadeImpl::removeStickiness(bool includeClusters)
149{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected