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

Method getFrameworkVersion

lib/specifications/Project.js:106–108  ·  view source on GitHub ↗

* Get the project's framework version configuration * * @public * @returns {string} Framework version configuration, e.g 1.110.0

()

Source from the content-addressed store, hash-verified

104 * @returns {string} Framework version configuration, e.g <code>1.110.0</code>
105 */
106 getFrameworkVersion() {
107 return this._config.framework?.version;
108 }
109
110
111 /**

Callers 2

ui5Framework.jsFile · 0.80
Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected