MCPcopy
hub / github.com/grafana/dskit / Next

Method Next

grpcutil/naming.go:32–32  ·  view source on GitHub ↗

Next blocks until an update or error happens. It may return one or more updates. The first call should get the full set of the results. It should return an error if and only if Watcher cannot recover.

()

Source from the content-addressed store, hash-verified

30 // updates. The first call should get the full set of the results. It should
31 // return an error if and only if Watcher cannot recover.
32 Next() ([]*Update, error)
33 // Close closes the Watcher.
34 Close()
35}

Callers 4

MergeTokensFunction · 0.65
watchDNSLoopMethod · 0.65
callerFunction · 0.65
checkTreeEqualFunction · 0.65

Implementers 2

ipWatchergrpcutil/dns_resolver.go
dnsWatchergrpcutil/dns_resolver.go

Calls

no outgoing calls

Tested by 1

checkTreeEqualFunction · 0.52