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

Function peg$c45

parser.js:210–212  ·  view source on GitHub ↗
(a, as)

Source from the content-addressed store, hash-verified

208 peg$c43 = ".",
209 peg$c44 = peg$literalExpectation(".", false),
210 peg$c45 = function(a, as) {
211 return [].concat.apply([a], as).join('');
212 },
213 peg$c46 = function(name, op, value) {
214 return { type: 'attribute', name: name, operator: op, value: value };
215 },

Callers 1

peg$parseattrNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected