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

Function peg$parseFunctionName

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

Source from the content-addressed store, hash-verified

13416 }
13417
13418 function peg$parseFunctionName() {
13419 let s0, s1;
13420
13421 s0 = peg$currPos;
13422 s1 = peg$parseLABELS();
13423 if (s1 !== peg$FAILED) {
13424 peg$savedPos = s0;
13425 s1 = peg$f244();
13426 }
13427 s0 = s1;
13428 if (s0 === peg$FAILED) {
13429 s0 = peg$currPos;
13430 s1 = peg$parseTYPE();
13431 if (s1 !== peg$FAILED) {
13432 peg$savedPos = s0;
13433 s1 = peg$f245();
13434 }
13435 s0 = s1;
13436 }
13437
13438 return s0;
13439 }
13440
13441 function peg$parseOrderByClause() {
13442 let s0, s1, s2, s3, s4, s5, s6;

Callers 1

peg$parseGroupByItemFunction · 0.85

Calls 4

peg$parseLABELSFunction · 0.85
peg$f244Function · 0.85
peg$parseTYPEFunction · 0.85
peg$f245Function · 0.85

Tested by

no test coverage detected