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

Method getInspectedSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105DataDescription _SimulationFacadeImpl::getInspectedSimulationData(std::vector<uint64_t> objectIds)
106{
107 return _worker.getInspectedSimulationData(objectIds);
108}
109
110void _SimulationFacadeImpl::addAndSelectSimulationData(DataDescription const& dataToAdd)
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected