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

Function peg$f76

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

Source from the content-addressed store, hash-verified

975 };
976 }
977 function peg$f76(variable, props) {
978 // Replace all properties: n = {props}
979 return {
980 type: 'SetAllProperties',
981 variable: variable,
982 properties: props
983 };
984 }
985 function peg$f77(variable, property, value) {
986 // Individual property assignment: n.prop = value
987 return {

Callers 1

peg$parseSetAssignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected