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

Method getKind

lib/specifications/Specification.js:193–195  ·  view source on GitHub ↗

* Gets the kind of this specification, for example project or extension * * @public * @returns {string} Specification kind

()

Source from the content-addressed store, hash-verified

191 * @returns {string} Specification kind
192 */
193 getKind() {
194 return this._kind;
195 }
196
197 /**
198 * Gets the type of this specification,

Callers 2

getRootReaderMethod · 0.95
_getSpecificationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected