Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ toggleBm
Function
toggleBm
web/src/components/Home.tsx:52–52 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
50
useEffect(() => setBm(getBookmarks()), []);
51
52
const toggleBm = (id: string) => setBm(toggleBookmark(id));
53
54
const filtered = useMemo(() => {
55
let arr = PROJECTS.filter((p) => {
Callers
2
ProjectModal
Function · 0.85
ProjectCard
Function · 0.85
Calls
1
toggleBookmark
Function · 0.90
Tested by
no test coverage detected