MCPcopy
hub / github.com/webpack/webpack / profile

Method profile

lib/Module.js:356–362  ·  view source on GitHub ↗

* @deprecated * @returns {ModuleProfile | undefined} module profile

()

Source from the content-addressed store, hash-verified

354 * @returns {ModuleProfile | undefined} module profile
355 */
356 get profile() {
357 return ModuleGraph.getModuleGraphForModule(
358 this,
359 "Module.profile",
360 "DEP_WEBPACK_MODULE_PROFILE"
361 ).getProfile(this);
362 }
363
364 /**
365 * @deprecated

Callers 1

getLoggerMethod · 0.45

Calls 3

getProfileMethod · 0.80
setProfileMethod · 0.80

Tested by

no test coverage detected