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

Method getServerSettings

lib/specifications/Project.js:198–200  ·  view source on GitHub ↗

* Get the project's serverSettings configuration * * @private * @returns {object} ServerSettings configuration

()

Source from the content-addressed store, hash-verified

196 * @returns {object} ServerSettings configuration
197 */
198 getServerSettings() {
199 return this._config.server?.settings;
200 }
201
202 /**
203 * Get the project's builderSettings configuration

Callers 1

Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected