tiny.smg.ScanLimits
Defined in tiny.smg.
API (7)
Fields and members
Public fields and members.
chiclet_nesting_depthmax_fragment_bytesmax_git_file_list_bytesmax_ignore_file_bytesmax_manifest_bytesmax_source_file_byteszig_header_child_count
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |