Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
490
module.exports = HookCodeFactory;
Callers
3
contentWithInterceptors
Method · 0.95
callTap
Method · 0.95
callTapsLooping
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected