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

Method getCustomTasks

lib/specifications/Project.js:178–180  ·  view source on GitHub ↗

* Get the project's customTasks configuration * * @private * @returns {object[]} CustomTasks configuration

()

Source from the content-addressed store, hash-verified

176 * @returns {object[]} CustomTasks configuration
177 */
178 getCustomTasks() {
179 return this._config.builder?.customTasks || [];
180 }
181
182 /**
183 * Get the project's customMiddleware configuration

Callers 1

Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected