* @summary Returns the name of the package or `null` if the file is not in a * package. * @memberof InputFile * @returns {String}
()
| 412 | * @returns {String} |
| 413 | */ |
| 414 | getPackageName() { |
| 415 | throw new Error("Not Implemented"); |
| 416 | } |
| 417 | |
| 418 | /** |
| 419 | * @summary Returns the relative path of file to the package or app root |
no outgoing calls
no test coverage detected