MCPcopy
hub / github.com/angular/angular / get

Function get

packages/core/primitives/event-dispatch/src/cache.ts:19–21  ·  view source on GitHub ↗
(element: Element)

Source from the content-addressed store, hash-verified

17 * Reads the jsaction parser cache from the given DOM Element.
18 */
19export function get(element: Element): {[key: string]: string | undefined} | undefined {
20 return element[Property.JSACTION];
21}
22
23/**
24 * Reads the jsaction parser cache for the given DOM element. If no cache is yet present,

Callers 1

getDefaultedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected