Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ version
Method
version
lib/DefinePlugin.js:119–123 · lib/DefinePlugin.js::RuntimeValue.version
()
Source
from the content-addressed store, hash-verified
117
module: parser.state.module,
118
key,
119
get version() {
120
return
/** @
type
{ValueCacheVersion} */ (
121
valueCacheVersions.get(VALUE_DEP_PREFIX + key)
122
);
123
}
124
});
125
}
126
Callers
1
getCacheVersion
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected