MCPcopy
hub / github.com/netdata/netdata / Contains

Method Contains

src/go/plugin/go.d/pkg/iprange/range.go:42–42  ·  view source on GitHub ↗

Contains reports whether the range includes the given IP address.

(ip netip.Addr)

Source from the content-addressed store, hash-verified

40
41 // Contains reports whether the range includes the given IP address.
42 Contains(ip netip.Addr) bool
43
44 // Size returns the number of IP addresses in the range.
45 Size() *big.Int

Callers 15

isAlreadyExistsFunction · 0.65
isKnownInterpreterFunction · 0.65
TestCollector_CheckFunction · 0.65
TestNagiosCollectorJobV2Function · 0.65
parseRangeFunction · 0.65
PrintSummaryMethod · 0.65
printJobAnalysisMethod · 0.65
printContextAnalysisMethod · 0.65
containsFunction · 0.65

Implementers 2

v4Rangesrc/go/plugin/go.d/pkg/iprange/range.g
v6Rangesrc/go/plugin/go.d/pkg/iprange/range.g

Calls

no outgoing calls