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

Method mark_cookie_invalid

RoverSign/utils/api/request_util.py:154–159  ·  view source on GitHub ↗
(self, uid: str, cookie: str)

Source from the content-addressed store, hash-verified

152 return self
153
154 async def mark_cookie_invalid(self, uid: str, cookie: str):
155 if not self.is_token_invalid:
156 return
157 from ...utils.database.models import WavesUser
158
159 await WavesUser.mark_cookie_invalid(uid, cookie, "无效")
160
161 def throw_msg(self) -> str:
162 if isinstance(self.msg, str):

Callers 1

get_self_waves_ckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected