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

Function peg$f144

packages/graph/src/grammar.js:1422–1433  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

1420 };
1421 }
1422 function peg$f144(pattern) {
1423 // Wrap the pattern in an ExistsSubquery-like structure
1424 return {
1425 type: 'ExpressionCondition',
1426 left: {
1427 type: 'ExistsSubquery',
1428 pattern: pattern
1429 },
1430 operator: '=',
1431 right: true
1432 };
1433 }
1434 function peg$f145(quantExpr) {
1435 // Wrap quantifier expression in ExpressionCondition comparing to true
1436 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected