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

Method getCustomConfiguration

lib/specifications/Project.js:74–76  ·  view source on GitHub ↗

* Get the project's customConfiguration * * @public * @returns {object} Custom Configuration

()

Source from the content-addressed store, hash-verified

72 * @returns {object} Custom Configuration
73 */
74 getCustomConfiguration() {
75 return this._config.customConfiguration;
76 }
77
78 /**
79 * Get the path of the project's source directory. This might not be POSIX-style on some platforms.

Callers 4

graphFromObject.jsFile · 0.80
Module.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected