pub fn is_extraction_sentinel(s: &str) -> boolExpand 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).