MCPcopy Create free account
hub / github.com/Loping151/RoverSign / throw_msg

Method throw_msg

RoverSign/utils/api/request_util.py:161–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 await WavesUser.mark_cookie_invalid(uid, cookie, "无效")
160
161 def throw_msg(self) -> str:
162 if isinstance(self.msg, str):
163 return self.msg
164 return ThrowMsg.SYSTEM_BUSY
165
166
167if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected