MCPcopy
hub / github.com/fabiospampinato/cash / get

Function get

src/events/on.ts:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 Object.defineProperty ( event, 'currentTarget', {
120 configurable: true,
121 get () { // We need to define a getter for this to work everywhere
122 return thisArg;
123 }
124 });
125
126 Object.defineProperty ( event, 'delegateTarget', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected