Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ get
Method
get
lib/HookMap.js:19–21 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
17
}
18
19
get(key) {
20
return
this._map.get(key);
21
}
22
23
for
(key) {
24
// Hot path: inline the map lookup to skip the `this.get(key)`
Callers
5
register
Function · 0.95
for
Method · 0.80
getOrCreateMeta
Function · 0.80
withCodSpeed
Function · 0.80
HookMap.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected