pub fn resolve_stream_meta(
mode: MetaMode,
content: &[u8],
project_id: Option<u32>,
site_position: Option<(u32, usize, usize)>,
jobs: &[Job],
decoder: &mut EntityDecoder<'_>,
) -> StreamMetaExpand description
Resolve the full StreamMeta bundle for one pre-pass emission point.
Seeds the caller’s decoder with the resolved unit scales (so nothing
downstream re-pays the IFCPROJECT hunt) and leaves it seeded on return.
The caller owns emission — this only computes.