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

Method getType

lib/specifications/Specification.js:205–207  ·  view source on GitHub ↗

* Gets the type of this specification, * for example application or library in case of projects, * and task or server-middleware in case of extensions * * @public * @returns {string} Specification type

()

Source from the content-addressed store, hash-verified

203 * @returns {string} Specification type
204 */
205 getType() {
206 return this._type;
207 }
208
209 /**
210 * Returns an instance of a helper class representing a Specification Version

Callers 5

getRootReaderMethod · 0.95
initMethod · 0.45
_handleExtensionsFunction · 0.45
projectGraphBuilderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected