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

Method _normalizeConfig

lib/graph/Module.js:402–407  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

400 }
401
402 _normalizeConfig(config) {
403 if (!config.kind) {
404 config.kind = "project"; // default
405 }
406 return config;
407 }
408
409 /**
410 * Resource Access

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected