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

Method emit_status

gui_qt6/workers.py:38–41  ·  view source on GitHub ↗

发送状态信息

(self, message: str, status_type: str = "info")

Source from the content-addressed store, hash-verified

36 self.progress_updated.emit(message)
37
38 def emit_status(self, message: str, status_type: str = "info"):
39 """发送状态信息"""
40 if not self.is_cancelled:
41 self.status_changed.emit(message, status_type)
42
43
44class CloseIDEWorker(BaseWorker):

Callers 6

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected