MCPcopy Create free account
hub / github.com/027xiguapi/code-box / handleReset

Function handleReset

component/options/csdn.tsx:40–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 )
39
40 function handleReset() {
41 setCloseAds(true)
42 setCopyCode(true)
43 setCloseFollow(true)
44 setCloseVip(true)
45 setAutoOpenCode(true)
46 setCloseLoginModal(true)
47 setCloseRedirectModal(true)
48 }
49
50 useImperativeHandle(forwardRef, () => ({
51 handleReset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected