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

Function handleQuoteEscaper

src/components/encoding/DataEncoding.tsx:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 };
100 const [ encMode, setEncmode ] = useState( 'base64' );
101 const handleQuoteEscaper = () => {
102 setOutput( escape_quotes( input ) );
103 };
104
105 const handleEncModeList = ( type: { key: React.SetStateAction<string | any> } ) => {
106 setEncmode( type.key.toString() );

Callers 1

Base64EncodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected