MCPcopy Create free account
hub / github.com/codemix/htmling / peg$c62

Function peg$c62

lib/parser.js:233–238  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

231 peg$c60 = "=",
232 peg$c61 = { type: "literal", value: "=", description: "\"=\"" },
233 peg$c62 = function(items) {
234 return extractList(items, 0).reduce(function (attrs, attr) {
235 attrs[attr.name] = attr.value;
236 return attrs;
237 }, {});
238 },
239 peg$c63 = function(name, value) {
240 return {
241 name: name,

Callers 1

peg$parseATTRIBUTESFunction · 0.85

Calls 1

extractListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…