* Gets the specification's file system path. This might not be POSIX-style on some platforms * * @public * @returns {string} Project root path
()
| 233 | * @returns {string} Project root path |
| 234 | */ |
| 235 | getRootPath() { |
| 236 | return this._modulePath; |
| 237 | } |
| 238 | |
| 239 | /* === Resource Access === */ |
| 240 | /** |
no outgoing calls
no test coverage detected