Skip to main content

is_extraction_sentinel

Function is_extraction_sentinel 

Source
pub fn is_extraction_sentinel(s: &str) -> bool
Expand description

Returns true when file_processor returned a sentinel error string instead of real content. Sentinels always start with [ and describe a failure. Used by both stream_api (cache-hit guard) and attachment_api (preprocess guard).