pub(crate) fn resolve_global_output_zone(
wstore: &Option<Arc<Store>>,
block_id: &str,
) -> Option<String>Expand description
Resolve a block’s GLOBAL transcript zone (agent:<defId>:current) from its
agentId meta, looking the block up in wstore. Returns None for
non-agent blocks, when there’s no store, or when the block can’t be loaded —
the caller then passes None and no global mirror happens. Shared by the
subprocess / persistent / acp agent controllers.