Skip to content

Documentation / @super-line/core / evalExpr

Function: evalExpr()

evalExpr(expr, row): boolean

Defined in: packages/core/src/query.ts:111

Evaluate a predicate against a row. The single source of truth for routing, snapshots, and client re-filtering.

Parameters

expr

Expr

row

unknown

Returns

boolean

Released under the MIT License.