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

Function peg$f64

packages/graph/src/grammar.js:923–929  ·  view source on GitHub ↗
(variable, property)

Source from the content-addressed store, hash-verified

921 return expr;
922 }
923 function peg$f64(variable, property) {
924 return {
925 type: 'PropertyAccess',
926 variable: variable,
927 property: property
928 };
929 }
930 function peg$f65(variable) {
931 return {
932 type: 'VariableRef',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected