MCPcopy Create free account
hub / github.com/codemix/graph / peg$f40

Function peg$f40

packages/graph/src/grammar.js:768–775  ·  view source on GitHub ↗
(variable, listExpr, operations)

Source from the content-addressed store, hash-verified

766 };
767 }
768 function peg$f40(variable, listExpr, operations) {
769 return {
770 type: 'ForeachClause',
771 variable: variable,
772 listExpression: listExpr,
773 operations: operations
774 };
775 }
776 function peg$f41(variable, property) {
777 return {
778 type: 'PropertyAccess',

Callers 1

peg$parseForeachClauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected