MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / mainloop

Method mainloop

ClipCascade_Desktop/src/cli/info.py:10–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.timeout = timeout
9
10 def mainloop(self):
11 if self.msg_type == "success":
12 Echo("✅", self.message)
13 elif self.msg_type == "error":
14 Echo("❌", self.message)
15 elif self.msg_type == "warning":
16 Echo("⚠️", self.message)
17 elif self.msg_type == "info":
18 Echo("ℹ", self.message)
19 else:
20 Echo(self.message)
21
22 def close(self):
23 pass

Callers

nothing calls this directly

Calls 1

EchoClass · 0.90

Tested by

no test coverage detected