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

Function update_network_mode

app/web/routes.py:77–78  ·  view source on GitHub ↗
(payload: NetworkModeRequest)

Source from the content-addressed store, hash-verified

75
76@router.get("/api/accounts/{account_id}/products")
77def get_products(account_id: str):
78 return success(payment_service.load_products(account_id))
79
80
81@router.post("/api/accounts/{account_id}/captcha")

Callers

nothing calls this directly

Calls 3

get_network_mode_serviceFunction · 0.90
successFunction · 0.85
set_modeMethod · 0.80

Tested by

no test coverage detected