MCPcopy
hub / github.com/OmniDB/OmniDB / try_Param

Function try_Param

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

Source from the content-addressed store, hash-verified

8306 }
8307
8308 function try_Param()
8309 {
8310 shiftT(31); // '$'
8311 lookahead1W(245); // EQName^Token | S^WS | '(:' | 'after' | 'allowing' | 'ancestor' |
8312 try_EQName();
8313 lookahead1W(153); // S^WS | '(:' | ')' | ',' | 'as'
8314 if (l1 == 80) // 'as'
8315 {
8316 try_TypeDeclaration();
8317 }
8318 }
8319
8320 function parse_FunctionBody()
8321 {

Callers 1

try_ParamListFunction · 0.85

Calls 4

shiftTFunction · 0.85
try_EQNameFunction · 0.85
try_TypeDeclarationFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected