Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
204
def
get_captcha_service() -> CaptchaService:
205
""
"Get the shared captcha service."
""
206
return
CaptchaService()
Callers
1
__init__
Method · 0.90
Calls
1
CaptchaService
Class · 0.85
Tested by
no test coverage detected