Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ clear
Function
clear
src/components/Notepad.tsx:43–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
};
42
43
const clear = () => {
44
setText(
""
);
45
localStorage.removeItem(STORAGE_KEY);
46
setSaved(true);
47
setLastSaved(null);
48
};
49
50
return (
51
<div style={{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected