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

Method getTap

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

Source from the content-addressed store, hash-verified

479 }
480
481 getTap(idx) {
482 return `_taps[${idx}]`;
483 }
484
485 getInterceptor(idx) {
486 return `_interceptors[${idx}]`;

Callers 1

callTapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected