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

Function parse_LibraryModule

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

Source from the content-addressed store, hash-verified

10895 }
10896
10897 function parse_LibraryModule()
10898 {
10899 eventHandler.startNonterminal("LibraryModule", e0);
10900 parse_ModuleDecl();
10901 lookahead1W(142); // S^WS | EOF | '(:' | 'declare' | 'import'
10902 whitespace();
10903 parse_Prolog();
10904 eventHandler.endNonterminal("LibraryModule", e0);
10905 }
10906
10907 function parse_ModuleDecl()
10908 {

Callers 1

parse_ModuleFunction · 0.85

Calls 4

parse_ModuleDeclFunction · 0.85
parse_PrologFunction · 0.85
lookahead1WFunction · 0.70
whitespaceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…