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

Function peg$parseIdentifierPart

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

Source from the content-addressed store, hash-verified

17771 }
17772
17773 function peg$parseIdentifierPart() {
17774 let s0;
17775
17776 s0 = input.charAt(peg$currPos);
17777 if (peg$r1.test(s0)) {
17778 peg$currPos++;
17779 } else {
17780 s0 = peg$FAILED;
17781 if (peg$silentFails === 0) { peg$fail(peg$e13); }
17782 }
17783
17784 return s0;
17785 }
17786
17787 function peg$parseKeyword() {
17788 let s0;

Callers 15

peg$parseMATCHFunction · 0.85
peg$parseWHEREFunction · 0.85
peg$parseRETURNFunction · 0.85
peg$parseDISTINCTFunction · 0.85
peg$parseCOUNTFunction · 0.85
peg$parseSUMFunction · 0.85
peg$parseAVGFunction · 0.85
peg$parseMINFunction · 0.85
peg$parseMAXFunction · 0.85
peg$parseCOLLECTFunction · 0.85
peg$parseSTDEVFunction · 0.85
peg$parseSTDEVPFunction · 0.85

Calls 1

peg$failFunction · 0.85

Tested by

no test coverage detected