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

Method setDetached

source/EngineImpl/SimulationFacadeImpl.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void _SimulationFacadeImpl::setDetached(bool value)
169{
170 _worker.setDetached(value);
171}
172
173void _SimulationFacadeImpl::changeCell(CellDescription const& changedCell)
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected