libtmux Reference MCP Search
On this page

FilterLookup

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/FilterLookup.swift
enum FilterLookup : enum FilterLookup
enum [source]
enum [source]
enum FilterLookup

Builds a filter from a field__operator=value lookup written as text.

For a query that arrives as a string and so cannot be checked by the compiler: a command-line flag, a config file, a request from another process. The spelling is the one Django and Python libtmux both use, so a lookup written for either reads the same here.

Swift callers write FilterExpr from key paths instead and have the compiler check the field and its type; nothing inside the library routes through this.

1 declared, 0 inherited

Members

Esc

Type to search.