MCPcopy Index your code
hub / github.com/tailscale/tailscale / Valid

Method Valid

tailcfg/tailcfg_view.go:127–127  ·  view source on GitHub ↗

Valid reports whether v's underlying value is non-nil.

()

Source from the content-addressed store, hash-verified

125
126// Valid reports whether v's underlying value is non-nil.
127func (v NodeView) Valid() bool { return v.ж != nil }
128
129// AsStruct returns a clone of the underlying value which aliases no memory with
130// the original.

Callers 3

UpdateNetstackIPsMethod · 0.95
deterministicNodeForTestFunction · 0.95

Calls

no outgoing calls

Tested by 1

deterministicNodeForTestFunction · 0.76