MCPcopy
hub / github.com/OmniDB/OmniDB / try_ParamList

Function try_ParamList

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

Source from the content-addressed store, hash-verified

8274 }
8275
8276 function try_ParamList()
8277 {
8278 try_Param();
8279 for (;;)
8280 {
8281 lookahead1W(105); // S^WS | '(:' | ')' | ','
8282 if (l1 != 42) // ','
8283 {
8284 break;
8285 }
8286 shiftT(42); // ','
8287 lookahead1W(21); // S^WS | '$' | '(:'
8288 try_Param();
8289 }
8290 }
8291
8292 function parse_Param()
8293 {

Callers 1

try_InlineFunctionExprFunction · 0.85

Calls 3

try_ParamFunction · 0.85
shiftTFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected