pub fn load_files_context(
base_dir: impl Into<SPath>,
globs: &[&str],
) -> Result<Option<String>>Expand description
Gathers file contents based on globs relative to a base_dir and formats them
into a <FILE_CONTENT path="...">content</FILE_CONTENT> block.