MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / handleOpen

Function handleOpen

src/Components/Post/PostContent/PostContent.jsx:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 setOpen(false);
81 };
82 const handleOpen = () => {
83 setOpen(true);
84 };
85 const authorUrl = latestYear ? postsApplicantPath(urlPostId, `${postObj.author}@${latestYear}`) : null;
86 const authorLinkProps = authorUrl ? {component: Link, to: authorUrl} : {};
87 const commentsByParentId = comments.reduce((acc, comment) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected