MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseSemanticPredicateOperator

Function peg$parseSemanticPredicateOperator

lib/parser.js:1354–1375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1352 }
1353
1354 function peg$parseSemanticPredicateOperator() {
1355 var s0;
1356
1357 if (input.charCodeAt(peg$currPos) === 38) {
1358 s0 = peg$c16;
1359 peg$currPos++;
1360 } else {
1361 s0 = peg$FAILED;
1362 if (peg$silentFails === 0) { peg$fail(peg$c17); }
1363 }
1364 if (s0 === peg$FAILED) {
1365 if (input.charCodeAt(peg$currPos) === 33) {
1366 s0 = peg$c18;
1367 peg$currPos++;
1368 } else {
1369 s0 = peg$FAILED;
1370 if (peg$silentFails === 0) { peg$fail(peg$c19); }
1371 }
1372 }
1373
1374 return s0;
1375 }
1376
1377 function peg$parseSourceCharacter() {
1378 var s0;

Callers 1

Calls 1

peg$failFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…