go.opentelemetry.io/otel/attribute.Set.Len (method)
7 uses
go.opentelemetry.io/otel/attribute (current package)
iterator.go#L66: return i.storage.Len()
set.go#L102: func (l *Set) Len() int {
set.go#L321: n := l.Len()
go.opentelemetry.io/otel/trace
config.go#L329: merged := make([]attribute.KeyValue, 0, a.Len()+b.Len())
config.go#L356: if set.Len() == 0 {
config.go#L363: if config.attrs.Len() == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |