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

Method _validateConfig

lib/graph/Workspace.js:267–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 }
266
267 async _validateConfig() {
268 if (this.#configValidated) {
269 return;
270 }
271 await validateWorkspace({
272 config: this.#configuration
273 });
274 this.#configValidated = true;
275 }
276}
277
278export default Workspace;

Callers 1

_resolveModulesMethod · 0.95

Calls 1

validateWorkspaceFunction · 0.90

Tested by

no test coverage detected