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

Function get_captcha_service

app/services/captcha_service.py:204–206  ·  view source on GitHub ↗

Get the shared captcha service.

()

Source from the content-addressed store, hash-verified

202
203@lru_cache(maxsize=1)
204def get_captcha_service() -> CaptchaService:
205 """Get the shared captcha service."""
206 return CaptchaService()

Callers 1

__init__Method · 0.90

Calls 1

CaptchaServiceClass · 0.85

Tested by

no test coverage detected