MCPcopy
hub / github.com/webpack/tapable / getTapFn

Method getTapFn

lib/HookCodeFactory.js:477–479  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

475 }
476
477 getTapFn(idx) {
478 return `_x[${idx}]`;
479 }
480
481 getTap(idx) {
482 return `_taps[${idx}]`;

Callers 1

callTapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected