go.opentelemetry.io/otel/label.Set.Iter (method)
6 uses
go.opentelemetry.io/otel/label (current package)
iterator.go#L89: one: makeOne(s1.Iter()),
iterator.go#L90: two: makeOne(s2.Iter()),
set.go#L150: func (l *Set) Iter() Iterator {
set.go#L160: iter := l.Iter()
set.go#L191: return encoder.Encode(l.Iter())
set.go#L208: r := encoder.Encode(l.Iter())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |