MCPcopy
hub / github.com/webpack/webpack / get

Function get

test/bun-preload.js:124–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 configurable: true,
123 enumerable: descriptor.enumerable,
124 get() {
125 const value = original.call(this);
126 if (value && typeof value.then === "function") {
127 value.catch(() => {});
128 }
129 return value;
130 }
131 });
132 }
133}

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected