pub fn parse_mount_point(query: &str) -> MountPointExpand description
Parse a URL query string (with or without the leading ?) into a
MountPoint. ?surface=… wins over ?mount=… so the AppShell
surface query takes precedence — matters only if both ever appear
in the same URL, which they shouldn’t.