| 17 | // filters' behavior now lives in pj_scripting's Luau golden tests. |
| 18 | struct PassThrough : DataProcessor { |
| 19 | [[nodiscard]] const char* id() const override { |
| 20 | return "passthrough"; |
| 21 | } |
| 22 | [[nodiscard]] const char* bracketLabel() const override { |
| 23 | return "PassThrough"; |
| 24 | } |