MCPcopy Create free account
hub / github.com/pegjs/pegjs / peg$parseBooleanLiteral

Function peg$parseBooleanLiteral

lib/parser.js:2148–2157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2146 }
2147
2148 function peg$parseBooleanLiteral() {
2149 var s0;
2150
2151 s0 = peg$parseTrueToken();
2152 if (s0 === peg$FAILED) {
2153 s0 = peg$parseFalseToken();
2154 }
2155
2156 return s0;
2157 }
2158
2159 function peg$parseLiteralMatcher() {
2160 var s0, s1, s2;

Callers 1

peg$parseReservedWordFunction · 0.85

Calls 2

peg$parseTrueTokenFunction · 0.85
peg$parseFalseTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…