MCPcopy Create free account
hub / github.com/circify/circ / infix_rule

Function infix_rule

src/front/datalog/parser.rs:267–297  ·  view source on GitHub ↗

Create an Expression from left and right terms and an operator Precondition: `pair` MUST be a binary operator

(
        lhs: Box<Expression<'ast>>,
        pair: Pair<'ast, Rule>,
        rhs: Box<Expression<'ast>>,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

spanMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected