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

Function peg$c114

lib/parser.js:309–323  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

307 };
308 },
309 peg$c114 = function(name) {
310 return {
311 type: 'MemberExpression',
312 computed: false,
313 marker: name,
314 object: {
315 type: 'Identifier',
316 name: 'object'
317 },
318 property: {
319 type: 'Identifier',
320 name: name
321 }
322 };
323 },
324 peg$c115 = { type: "other", description: "identifier" },
325 peg$c116 = "$",
326 peg$c117 = { type: "literal", value: "$", description: "\"$\"" },

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…