Skip to main content

Mountain/IPC/WindServiceHandlers/Utilities/LocalhostUrl/
Get.rs

1//! Returns the cached localhost plugin base URL.
2
3pub fn Fn() -> Option<String> { super::URL.get().cloned() }