MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / emit_progress

Method emit_progress

gui_qt6/workers.py:33–36  ·  view source on GitHub ↗

发送进度信息

(self, message: str)

Source from the content-addressed store, hash-verified

31 self.is_cancelled = True
32
33 def emit_progress(self, message: str):
34 """发送进度信息"""
35 if not self.is_cancelled:
36 self.progress_updated.emit(message)
37
38 def emit_status(self, message: str, status_type: str = "info"):
39 """发送状态信息"""

Callers 7

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
_close_ideMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected