Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LearnPrompt/LearnPrompt
/ eventHandler
Function
eventHandler
src/components/comment/index.tsx:17–19 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
15
16
useEffect(() => {
17
function eventHandler(e) {
18
setRouteDidUpdate(true);
19
}
20
21
window.emitter.on(
'onRouteDidUpdate'
, eventHandler);
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected