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

Method getName

lib/specifications/Specification.js:183–185  ·  view source on GitHub ↗

* Gets the name of this specification. Represents a unique identifier. * * @public * @returns {string} Specification name

()

Source from the content-addressed store, hash-verified

181 * @returns {string} Specification name
182 */
183 getName() {
184 return this._name;
185 }
186
187 /**
188 * Gets the kind of this specification, for example <code>project</code> or <code>extension</code>

Callers 15

getRootReaderMethod · 0.95
getWorkspaceMethod · 0.45
_getWriterMethod · 0.45
_getReaderMethod · 0.45
_addWriterMethod · 0.45
_getPomMethod · 0.45
initMethod · 0.45
getReaderMethod · 0.45
_getSourceReaderMethod · 0.45
_getRawSourceReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected