* Returns the module profile. * @param {Module} module the module * @returns {ModuleProfile | undefined} the module profile
(module)
| 657 | * @returns {ModuleProfile | undefined} the module profile |
| 658 | */ |
| 659 | getProfile(module) { |
| 660 | const mgm = this._getModuleGraphModule(module); |
| 661 | return mgm.profile; |
| 662 | } |
| 663 | |
| 664 | /** |
| 665 | * Updates profile using the provided module. |
no test coverage detected