(p: FilterR, x: E)
| 61 | } |
| 62 | |
| 63 | export const codeFilterStatement = <E>(p: FilterR, x: E) => filterStatement(x, p) |
| 64 | |
| 65 | // TODO: still prevent mixing relation checks with non-relation checks in the same filter scope |
| 66 | // right now we ignore scoped combinations, because they allow us to scope relation checks too. |
no test coverage detected
searching dependent graphs…