Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ is_tailscale_host
Function
is_tailscale_host
packages/server/src/main.rs:2908–2910 ·
view source on GitHub ↗
(host: &str)
Source
from the content-addressed store, hash-verified
2906
}
2907
2908
fn is_tailscale_host(host: &str) -> bool {
2909
host.parse::<IpAddr>().is_ok_and(is_tailscale_ip)
2910
}
2911
2912
fn http_url_for_host(host: &str, port: u16) -> String {
2913
let host = host.trim();
Callers
1
service_addresses
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected