MCPcopy
hub / github.com/easychen/CookieCloud / handleInputChange

Function handleInputChange

ext/entrypoints/popup/App.tsx:71–76  ·  view source on GitHub ↗
(field: keyof ConfigData, value: string | number)

Source from the content-addressed store, hash-verified

69 }, []);
70
71 const handleInputChange = (field: keyof ConfigData, value: string | number) => {
72 setData(prevData => ({
73 ...prevData,
74 [field]: value
75 }));
76 };
77
78 const test = async (action: string = browser.i18n.getMessage('test') || '测试') => {
79 console.log("request,begin");

Callers 3

uuidRegenFunction · 0.85
passwordGenFunction · 0.85
CookieCloudPopupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected