MCPcopy
hub / github.com/ajaxorg/ace / parse_MainModule

Function parse_MainModule

lib/ace/mode/xquery/xqlint.js:32851–32858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32849 }
32850
32851 function parse_MainModule()
32852 {
32853 eventHandler.startNonterminal("MainModule", e0);
32854 parse_Prolog();
32855 whitespace();
32856 parse_Program();
32857 eventHandler.endNonterminal("MainModule", e0);
32858 }
32859
32860 function parse_Program()
32861 {

Callers 1

parse_ModuleFunction · 0.85

Calls 3

parse_PrologFunction · 0.85
parse_ProgramFunction · 0.85
whitespaceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…