MCPcopy Index your code
hub / github.com/LasCC/HackTools / handleChange

Function handleChange

src/components/encoding/DataEncoding.tsx:41–43  ·  view source on GitHub ↗
( _name: string )

Source from the content-addressed store, hash-verified

39 message.success( 'Your payload has been copied successfully !' );
40 };
41 const handleChange = ( _name: string ) => ( event: { target: { value: React.SetStateAction<string> } } ) => {
42 setInput( event.target.value );
43 };
44 const handleClick = ( type: string ) => {
45 let output;
46 let errorMessage;

Callers 1

Base64EncodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected