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

Method process

source/Gui/NetworkTransferController.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void NetworkTransferController::process()
171{
172 _downloadProcessor->process();
173 _uploadProcessor->process();
174 _replaceProcessor->process();
175 _deleteProcessor->process();
176 _editProcessor->process();
177 _moveProcessor->process();
178}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected