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

Method list_accounts

app/services/payment_service.py:328–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326 try:
327 account = self.state_service.get_account(account_id)
328 challenge = self.tencent_captcha_client.prehandle(account)
329 image_bytes = self.tencent_captcha_client.fetch_image_bytes(account, challenge)
330 payload: dict[str, Any] = {
331 "instruction": challenge.instruction,
332 "sess": challenge.sess,

Callers 5

poll_onceMethod · 0.45
list_accountsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected