* Get the project's sapInternal configuration * * @private * @returns {boolean} True if the project is flagged as SAP-internal
()
| 146 | * @returns {boolean} True if the project is flagged as SAP-internal |
| 147 | */ |
| 148 | isSapInternal() { |
| 149 | return !!this._config.metadata.sapInternal; |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Get the project's allowSapInternal configuration |
no outgoing calls
no test coverage detected