MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / delete_account

Method delete_account

app/services/payment_service.py:346–348  ·  view source on GitHub ↗
(self, account_id: str)

Source from the content-addressed store, hash-verified

344 )
345 session = self.state_service.load_session(account_id)
346 self.captcha_service.store_challenge_snapshot(
347 session,
348 sess=challenge.sess,
349 sid=challenge.sid,
350 instruction=challenge.instruction,
351 raw=challenge.raw,

Callers 1

delete_accountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected