MCPcopy Create free account
hub / github.com/microsoft/SandDance / clearExpressionValidation

Function clearExpressionValidation

docs/app/js/sanddance-app.js:12527–12534  ·  view source on GitHub ↗
(ex)

Source from the content-addressed store, hash-verified

12525 else ex.errorMessage = null;
12526}
12527function clearExpressionValidation(ex) {
12528 if (ex.operator === "isnullorEmpty") {
12529 ex.errorMessage = null;
12530 return;
12531 }
12532 const s = (0, _searchTerm.getText)(ex);
12533 if (s.length !== 0) ex.errorMessage = null;
12534}
12535function getGroupClauses(currClause, index, disableGroupOR) {
12536 let keys;
12537 if (index === 0) keys = [

Callers 1

updateExpressionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected