MCPcopy Create free account
hub / github.com/echQoQ/RustSL / on_gen_done

Method on_gen_done

gui/main_window.py:454–458  ·  view source on GitHub ↗
(self, dst_file)

Source from the content-addressed store, hash-verified

452 break
453
454 def on_gen_done(self, dst_file):
455 self.stop_loading_anim()
456 self.progress.setValue(100)
457 self.gen_btn.setEnabled(True)
458 QMessageBox.information(self, 'Done', f'Successfully generated: {dst_file}')
459
460 def _on_load_payload_changed(self):
461 """Handle payload loading method change"""

Callers

nothing calls this directly

Calls 1

stop_loading_animMethod · 0.95

Tested by

no test coverage detected