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

Function peg$f75

packages/graph/src/grammar.js:969–976  ·  view source on GitHub ↗
(variable, props)

Source from the content-addressed store, hash-verified

967 return [head, ...tail.map(t => t[3])];
968 }
969 function peg$f75(variable, props) {
970 // Add/merge properties: n += {props}
971 return {
972 type: 'SetAddProperties',
973 variable: variable,
974 properties: props
975 };
976 }
977 function peg$f76(variable, props) {
978 // Replace all properties: n = {props}
979 return {

Callers 1

peg$parseSetAssignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected