pub async fn resolve_ids(
t: &Transport,
keys: &[ListKey],
) -> Result<BTreeMap<ListKey, String>>Expand description
Map each key to the live container id on this stack. A key with no live
container is absent from the map rather than mapped to a placeholder, so
callers distinguish “exists here with this id” from “does not exist here”.