Skip to main content

file_cap

Function file_cap 

Source
pub fn file_cap() -> FileCap
Expand description

The per-file byte cap, honoring DECIDED_MAX_FILE_BYTES — Python int() semantics (Unicode digits, underscores, unbounded magnitude; unparseable or non-positive overrides fall back to the default). Shared parser with markdown::max_file_bytes_from so the read and parse stages agree.