Skip to main content

shadow_scanner_check

Function shadow_scanner_check 

Source
pub fn shadow_scanner_check(input: &str) -> ShadowScannerReport
Expand description

Drive the streaming scanner to completion over input and return a byte-completeness report. This is exposed so the integration harness in tests/yaml.rs can run the scanner over every allowlisted fixture without depending on internal Token/Scanner types.