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

Method getRootPath

lib/specifications/Specification.js:235–237  ·  view source on GitHub ↗

* Gets the specification's file system path. This might not be POSIX-style on some platforms * * @public * @returns {string} Project root path

()

Source from the content-addressed store, hash-verified

233 * @returns {string} Project root path
234 */
235 getRootPath() {
236 return this._modulePath;
237 }
238
239 /* === Resource Access === */
240 /**

Callers 14

getRootReaderMethod · 0.95
getSourcePathMethod · 0.45
getReaderMethod · 0.45
getSourcePathMethod · 0.45
getSourcePathMethod · 0.45
_getTestReaderMethod · 0.45
_getImplementationMethod · 0.45
getMiddlewareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected