Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ resetCapture
Function
resetCapture
ui/src/hooks/useCaptchaModal/index.tsx:78–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
};
77
78
const resetCapture = () => {
79
setCaptcha({
80
captcha_id:
''
,
81
captcha_img:
''
,
82
verify: false,
83
});
84
};
85
86
const resetImgCode = () => {
87
setImgCode({
Callers
1
close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected