MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$c8

Function peg$c8

lib/parser.js:186–195  ·  view source on GitHub ↗
(expression, code)

Source from the content-addressed store, hash-verified

184 : head;
185 },
186 peg$c8 = function(expression, code) {
187 return code !== null
188 ? {
189 type: "action",
190 expression: expression,
191 code: code[1],
192 location: location()
193 }
194 : expression;
195 },
196 peg$c9 = function(head, tail) {
197 return tail.length > 0
198 ? {

Callers 1

Calls 1

locationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…