Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

FilterLookup

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

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.