MCPcopy Create free account
hub / github.com/dchester/jsonpath / parseEmptyStatement

Function parseEmptyStatement

jsonpath.js:2739–2742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2737 // 12.3 Empty Statement
2738
2739 function parseEmptyStatement() {
2740 expect(';');
2741 return delegate.createEmptyStatement();
2742 }
2743
2744 // 12.4 Expression Statement
2745

Callers 1

parseStatementFunction · 0.85

Calls 1

expectFunction · 0.85

Tested by

no test coverage detected