resolve_mast_handle

Function resolve_mast_handle 

Source
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 admin base URL.

Disabled. Mesh admin placement has moved to the caller’s local proc. Delegates to AdminHandle::Published + PublishedHandle::resolve. Kept as a stable API shim; do not remove.