Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netbirdio/netbird
/ ResolvedIPs
Struct
ResolvedIPs
client/android/network_domains.go:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
"fmt"
6
7
type
ResolvedIPs
struct
{
8
resolvedIPs []string
9
}
10
11
func
(r *ResolvedIPs) Add(ipAddress string) {
12
r.resolvedIPs = append(r.resolvedIPs, ipAddress)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected