Skip to main content

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

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