MCPcopy
hub / github.com/OmniDB/OmniDB / try_ForClause

Function try_ForClause

OmniDB/OmniDB_app/static/OmniDB_app/lib/ace/worker-xquery.js:8547–8562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8545 }
8546
8547 function try_ForClause()
8548 {
8549 shiftT(139); // 'for'
8550 lookahead1W(21); // S^WS | '$' | '(:'
8551 try_ForBinding();
8552 for (;;)
8553 {
8554 if (l1 != 42) // ','
8555 {
8556 break;
8557 }
8558 shiftT(42); // ','
8559 lookahead1W(21); // S^WS | '$' | '(:'
8560 try_ForBinding();
8561 }
8562 }
8563
8564 function parse_ForBinding()
8565 {

Callers 1

try_InitialClauseFunction · 0.85

Calls 3

shiftTFunction · 0.85
try_ForBindingFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected