MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / defineRedirectDescriptor

Function defineRedirectDescriptor

out/cli.cjs:10034–10045  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

10032 wrappers.set(window.Event.prototype, Event2);
10033 }
10034 function defineRedirectDescriptor(key) {
10035 return {
10036 get() {
10037 return pd(this).event[key];
10038 },
10039 set(value) {
10040 pd(this).event[key] = value;
10041 },
10042 configurable: true,
10043 enumerable: true
10044 };
10045 }
10046 function defineCallDescriptor(key) {
10047 return {
10048 value() {

Callers 2

Event2Function · 0.85
defineWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…