MCPcopy
hub / github.com/AdguardTeam/dnsproxy / String

Method String

internal/cmd/flag.go:27–29  ·  view source on GitHub ↗

String implements the [flag.Value] interface for *uint32Value.

()

Source from the content-addressed store, hash-verified

25
26// String implements the [flag.Value] interface for *uint32Value.
27func (i *uint32Value) String() (out string) {
28 return strconv.FormatUint(uint64(*i), 10)
29}
30
31// float32Value is an float32 that can be defined as a flag for [flag.FlagSet].
32type float32Value float32

Callers 15

startTestDNSCryptServerFunction · 0.45
AddressMethod · 0.45
startDoHServerFunction · 0.45
AddressMethod · 0.45
openConnectionMethod · 0.45
BenchmarkDoTUpstreamFunction · 0.45

Calls

no outgoing calls