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

Function get_network_mode

app/web/routes.py:72–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71@router.post("/api/accounts/{account_id}/bootstrap")
72def bootstrap_account(account_id: str, refresh_fingerprint: bool = Query(default=False)):
73 return success(payment_service.bootstrap_account(account_id, refresh_fingerprint=refresh_fingerprint))
74
75
76@router.get("/api/accounts/{account_id}/products")

Callers

nothing calls this directly

Calls 3

get_network_mode_serviceFunction · 0.90
successFunction · 0.85
status_payloadMethod · 0.45

Tested by

no test coverage detected