MCPcopy
hub / github.com/grafana/tempo / PollNow

Method PollNow

tempodb/tempodb.go:767–769  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

765}
766
767func (rw *readerWriter) PollNow(ctx context.Context) {
768 rw.pollBlocklist(ctx)
769}
770
771// PollNotification returns a context.Done() channel, the closure of which indicates
772// that the blocklist has been updated. The channel is never written to, but

Callers

nothing calls this directly

Calls 1

pollBlocklistMethod · 0.95

Tested by

no test coverage detected