Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ toggleShowChapters
Function
toggleShowChapters
src/components/admin/ContentRendererClient.tsx:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}, [mpdUrl]);
71
72
const toggleShowChapters = () => {
73
setShowChapters((prev) => !prev);
74
};
75
76
return (
77
<div className=
"flex w-full flex-col gap-2"
>
Callers
1
ContentRendererClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected