Skip to main content

validate_deep

Function validate_deep 

Source
pub fn validate_deep(sm: &SourceMap) -> Vec<String>
Expand description

Validate a source map with deep structural checks.

Performs bounds checking, segment ordering verification, source resolution, and unreferenced sources detection beyond basic JSON parsing.