google.golang.org/protobuf/proto.Unmarshal
third-partyThe 621st most-called third-party function by production calls. Called 3,939 times across 126 modules; 1,182 of those run outside tests and generated code.
All of google.golang.org/protobuf/proto → Docs on pkg.go.dev ↗
- prod calls
- 1,182
- non-test, non-generated
- all calls
- 3,939
- total callsites
- modules
- 126
- distinct callers
- in loop
- 15%
- of prod calls
- in tests
- 10%
- 377 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 →
- Package function99%A direct call to an exported package function, resolved by type.
- Package function (by syntax)1%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into Unmarshal from notable Go projects. Open one on the map to see what else it hammers.
- HashiCorp 88 7%
- Dgraph 71 6%
- gRPC 52 4%
- InfluxDB 28 2%
- Kubernetes 16 1%
where it's called
Callsites in the wild
12 representative callsites of 3,939, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
go/storage @v1.64.0
grpc_reader.go:904
in loop -
connectrpc.com/grpcreflect @v1.3.0
client.go:327
in loop - in loop
- in loop
- in loop
-
XTLS/Xray-core @v1.260327.0
in loop - in loop
-
canopy-network/canopy @v0.1.21-0.20260804152417-f06389d8a755
in loop - in loop
- in loop
-
dagger/dagger @v0.21.8
in loop
top callers
The modules that reach for it
The modules that call Unmarshal most in this snapshot.
- github.com/temporalio/temporal70118%
- go.temporal.io/server70118%
- go.temporal.io/api58915%
- github.com/hashicorp/consul2346%
- github.com/BishopFox/sliver2226%
siblings
More from google.golang.org/protobuf/proto
The other most-called functions in this package. See all →