MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / dimDown

Function dimDown

freebuff/web/src/app/home-client.tsx:382–388  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

380 }
381
382 const dimDown = (i: number) => {
383 setLitWords((prev) => {
384 const next = new Set(prev)
385 next.delete(i)
386 return next
387 })
388 }
389
390 return (
391 <div className="flex flex-col gap-12 md:gap-16">

Callers 1

PhilosophySectionFunction · 0.85

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected