MCPcopy Create free account
hub / github.com/OrcaSlicer/OrcaSlicer / Start

Method Start

src/slic3r/GUI/Printer/PrinterFileSystem.cpp:671–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void PrinterFileSystem::Start()
672{
673 boost::unique_lock l(m_mutex);
674 if (!m_stopped) return;
675 m_stopped = false;
676 m_cond.notify_all();
677}
678
679void PrinterFileSystem::Retry()
680{

Callers 15

ShowMethod · 0.45
on_showMethod · 0.45
HistoryWindowMethod · 0.45
update_contentsMethod · 0.45
initMethod · 0.45
PopupMethod · 0.45
init_timerMethod · 0.45
ShowMethod · 0.45
update_text_imageMethod · 0.45
workerThreadFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected