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

Method process

source/Gui/FileTransferController.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void FileTransferController::process()
103{
104 _openSimulationProcessor->process();
105 _saveSimulationProcessor->process();
106}
107
108void FileTransferController::shutdown()
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected