Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rx-angular/rx-angular
/ stopPropagation
Function
stopPropagation
libs/state/actions/src/lib/transforms.ts:16–19 ·
view source on GitHub ↗
(e: Event)
Source
from the content-addressed store, hash-verified
14
* @param e
15
*/
16
export
function
stopPropagation(e: Event): Event {
17
e.stopPropagation();
18
return
e;
19
}
20
21
/**
22
* @description
Callers
1
transforms.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected