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

formats.fuzz.__fuzz_format_rows

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

View as Markdown

Module
formats.fuzz
Package
libtmux
Source
crates/libtmux/src/formats/fuzz.rs
__fuzz_format_rows ( data : &[u8] )
function [source]
function [source]
__fuzz_format_rows

Decode arbitrary listing output, then check that decoding inverts tmux.

The first byte picks a listing and a tmux release. The rest is decoded as that listing's stdout, and then, split at NUL, read as field values that are written the way that release prints them and decoded again.

Panics

When a value tmux could print does not decode to itself.

0 declared, 0 inherited

Esc

Type to search.