pub async fn resolve_mast_handle(
handle: &str,
port_override: Option<u16>,
) -> Result<String>Expand description
Resolve a mast_conda:///<job-name> handle into an
https://<fqdn>:<port> base URL using the mast CLI.
This is the CLI/OSS path. The thrift-based equivalent lives in
hyperactor_meta::mesh_admin::resolve_mast_handle. Binaries
match on MastResolver to select which to call.