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

Method getInterceptor

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

Source from the content-addressed store, hash-verified

483 }
484
485 getInterceptor(idx) {
486 return `_interceptors[${idx}]`;
487 }
488}
489
490module.exports = HookCodeFactory;

Callers 3

callTapMethod · 0.95
callTapsLoopingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected