MCPcopy
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
4function getEventNameBubbling ( name: string ): string {
5
6 return eventsHover[name] || eventsFocus[name] || name;
7
8}

Callers 3

onFunction · 0.85
off.tsFile · 0.85
trigger.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected