MCPcopy Create free account
hub / github.com/SAP/ui5-project / getSpecifications

Method getSpecifications

lib/graph/Module.js:115–121  ·  view source on GitHub ↗

* Get any available project and extensions of the module * * @returns {@ui5/project/graph/Module~SpecificationsResult} Project and extensions found in the module

()

Source from the content-addressed store, hash-verified

113 * @returns {@ui5/project/graph/Module~SpecificationsResult} Project and extensions found in the module
114 */
115 async getSpecifications() {
116 if (this._pGetSpecifications) {
117 return this._pGetSpecifications;
118 }
119
120 return this._pGetSpecifications = this._getSpecifications();
121 }
122
123 async _getSpecifications() {
124 // Retrieve all configurations available for this module

Callers 6

projectGraphBuilderFunction · 0.95
testLegacyLibraryFunction · 0.95
_resolveModulesMethod · 0.80
_addProjectToGraphMethod · 0.80
Module.jsFile · 0.80

Calls 1

_getSpecificationsMethod · 0.95

Tested by

no test coverage detected