MCPcopy Create free account
hub / github.com/estools/esquery / peg$c20

Function peg$c20

parser.js:174–177  ·  view source on GitHub ↗
(op, s)

Source from the content-addressed store, hash-verified

172 return [s].concat(ss.map(function (s) { return s[3]; }));
173 },
174 peg$c20 = function(op, s) {
175 if (!op) return s;
176 return { type: op, left: { type: 'exactNode' }, right: s };
177 },
178 peg$c21 = function(a, ops) {
179 return ops.reduce(function (memo, rhs) {
180 return { type: rhs[0], left: memo, right: rhs[1] };

Callers 1

peg$parsehasSelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected