google.golang.org/protobuf/reflect/protoreflect.Value.Interface
third-partyThe 8867th most-called third-party method by production calls. Called 98 times across 6 modules; 68 of those run outside tests and generated code.
49% in production calls vs 2026-W37 (133 → 68)
All of google.golang.org/protobuf/reflect/protoreflect → Docs on pkg.go.dev ↗
- prod calls
- 68
- non-test, non-generated
- all calls
- 98
- total callsites
- modules
- 6
- distinct callers
- in loop
- 16%
- of prod calls
- in tests
- 31%
- 30 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method100%A method on a value whose type is known exactly.
who calls this
Notable callers
Production calls into Value.Interface from notable Go projects. Open one on the map to see what else it hammers.
- Protocol Buffers 40 59%
- Istio 6 9%
where it's called
Callsites in the wild
12 representative callsites of 98, prioritizing in-loop and non-test usage. We link to source, never display it.
-
go/protovalidate @v1.4.0
ast.go:58
in loop -
bufbuild/buf @v1.73.0
private/bufpkg/bufcheck/bufcheckserver/internal/buflintvalidate/numeric.go:104 ↗
in loop -
istio/istio @v0.0.0-20260921104621-5b6314c52361
in loop -
google.golang.org/protobuf @v1.36.12
cmd/protoc-gen-go/internal_gengo/main.go:559
in loop -
istio.io/istio @v0.0.0-20260921104621-5b6314c52361
pkg/config/validation/envoyfilter/envoyfilter.go:264
in loop -
go/protovalidate @v1.4.0
native_repeated.go:211
in loop -
bufbuild/buf @v1.73.0
private/bufpkg/bufcheck/bufcheckserver/internal/buflintvalidate/field.go:933 ↗
in loop -
istio.io/istio @v0.0.0-20260921104621-5b6314c52361
pkg/config/validation/envoyfilter/envoyfilter.go:287
in loop -
go/protovalidate @v1.4.0
native_repeated.go:227
in loop -
bufbuild/buf @v1.73.0
private/bufpkg/bufcheck/bufcheckserver/internal/buflintvalidate/field.go:981 ↗
in loop -
istio/istio @v0.0.0-20260921104621-5b6314c52361
in loop -
google.golang.org/protobuf @v1.36.12
reflect/protoreflect/value_test.go:43
in loop test
top callers
The modules that reach for it
The modules that call Value.Interface most in this snapshot.
- google.golang.org/protobuf6667%
- github.com/bufbuild/buf1414%
- buf.build/go/protovalidate1111%
- github.com/istio/istio33%
- istio.io/istio33%
siblings
More from google.golang.org/protobuf/reflect/protoreflect
The other most-called members in this package. See all →