MCPcopy Create free account
hub / github.com/codemix/graph / peg$parseBooleanLiteralCondition

Function peg$parseBooleanLiteralCondition

packages/graph/src/grammar.js:8379–8391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8377 }
8378
8379 function peg$parseBooleanLiteralCondition() {
8380 let s0, s1;
8381
8382 s0 = peg$currPos;
8383 s1 = peg$parseBooleanLiteral();
8384 if (s1 !== peg$FAILED) {
8385 peg$savedPos = s0;
8386 s1 = peg$f142(s1);
8387 }
8388 s0 = s1;
8389
8390 return s0;
8391 }
8392
8393 function peg$parseVariableAsCondition() {
8394 let s0, s1, s2, s3, s4, s5, s6;

Callers 1

Calls 2

peg$parseBooleanLiteralFunction · 0.85
peg$f142Function · 0.85

Tested by

no test coverage detected