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

Function peg$c79

parser.js:256–258  ·  view source on GitHub ↗
(i, is)

Source from the content-addressed store, hash-verified

254 type: 'regexp', value: new RegExp(d.join(''), flgs ? flgs.join('') : '') };
255 },
256 peg$c79 = function(i, is) {
257 return { type: 'field', name: is.reduce(function(memo, p){ return memo + p[0] + p[1]; }, i)};
258 },
259 peg$c80 = ":not(",
260 peg$c81 = peg$literalExpectation(":not(", false),
261 peg$c82 = function(ss) { return { type: 'not', selectors: ss }; },

Callers 1

peg$parsefieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected