Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabiospampinato/cash
/ getEventNameBubbling
Function
getEventNameBubbling
src/events/helpers/get_event_name_bubbling.ts:4–8 ·
view source on GitHub ↗
( name: string )
Source
from the content-addressed store, hash-verified
2
// @require ./variables.ts
3
4
function
getEventNameBubbling ( name: string ): string {
5
6
return
eventsHover[name] || eventsFocus[name] || name;
7
8
}
Callers
3
on
Function · 0.85
off.ts
File · 0.85
trigger.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected