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

Method _createConfigurationFromShim

lib/graph/Module.js:226–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 async _createConfigurationFromShim() {
227 const config = this._applyProjectShims();
228 if (config) {
229 this._normalizeConfig(config);
230 return config;
231 }
232 }
233
234 _applyProjectShims(config = {}) {
235 if (!this._projectConfigShims) {

Callers 1

Calls 2

_applyProjectShimsMethod · 0.95
_normalizeConfigMethod · 0.95

Tested by

no test coverage detected