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

Method getBuilderResourcesExcludes

lib/specifications/Project.js:168–170  ·  view source on GitHub ↗

* Get the project's builderResourcesExcludes configuration * * @private * @returns {string[]} BuilderResourcesExcludes configuration

()

Source from the content-addressed store, hash-verified

166 * @returns {string[]} BuilderResourcesExcludes configuration
167 */
168 getBuilderResourcesExcludes() {
169 return this._config.builder?.resources?.excludes || [];
170 }
171
172 /**
173 * Get the project's customTasks configuration

Callers 4

getReaderMethod · 0.80
getWorkspaceMethod · 0.80
getReaderMethod · 0.80
getReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected