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

Function validateWorkspace

lib/validation/validator.js:203–205  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

201 * @returns {Promise<undefined>} Returns a Promise that resolves when the validation succeeds
202 */
203export async function validateWorkspace(options) {
204 await _validate("ui5-workspace", options);
205}
206
207export {
208 /**

Callers 3

_validateConfigMethod · 0.90
readWorkspaceConfigFileFunction · 0.90
validator.jsFile · 0.85

Calls 1

_validateFunction · 0.85

Tested by

no test coverage detected