MCPcopy
hub / github.com/perkeep/perkeep / insideCondition

Function insideCondition

clients/web/embed/less/less.js:4681–4683  ·  view source on GitHub ↗
(me)

Source from the content-addressed store, hash-verified

4679 conditionAnd: function () {
4680 var result, logical, next;
4681 function insideCondition(me) {
4682 return me.negatedCondition() || me.parenthesisCondition();
4683 }
4684 function and() {
4685 return parserInput.$str("and");
4686 }

Callers 1

ParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected