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

Method isSapInternal

lib/specifications/Project.js:148–150  ·  view source on GitHub ↗

* Get the project's sapInternal configuration * * @private * @returns {boolean} True if the project is flagged as SAP-internal

()

Source from the content-addressed store, hash-verified

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

Callers 3

projectGraphBuilderFunction · 0.80
Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected