Skip to documentation
SLOP

tiny.smg.ScanLimits

Reference tiny.smg ScanLimits

Defined in tiny.smg.

API (7)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.smgScanLimits
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: tools/smg/src/limits/model.zig:14

zig
pub const Scan = struct {    max_ignore_file_bytes: usize,    max_git_file_list_bytes: usize,    max_source_file_bytes: usize,    max_fragment_bytes: usize,    max_manifest_bytes: usize,    chiclet_nesting_depth: usize,    zig_header_child_count: usize,};

Source: tools/smg/src/root.zig:57

zig
pub const ScanLimits = limits.Scan;

Also reachable as

limits.Scan.

Audit

Definitions1
Public names2
Members7
Version26.7.0
Revisiondaab053ee433