math/big.Int.Lsh
standard libraryThe 2723rd most-called standard-library method by production calls. Called 350 times across 140 modules; 219 of those run outside tests and generated code.
- prod calls
- 219
- non-test, non-generated
- all calls
- 350
- total callsites
- modules
- 140
- distinct callers
- in loop
- 5%
- of prod calls
- in tests
- 37%
- 131 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 Int.Lsh from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 19 9%
- Go (golang.org/x) 6 3%
- HashiCorp 6 3%
- Cilium 5 2%
- Istio 4 2%
where it's called
Callsites in the wild
12 representative callsites of 350, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cilium/cilium @v1.20.0
in loop -
cloudflare/circl @v1.6.4
in loop -
cznic/mathutil @v0.0.0-20181122101859-297441e03548
in loop -
dop251/goja @v0.0.0-20260723142020-b4aef50fa347
in loop - in loop
- in loop
-
v1/gonum @v0.17.0
graph/encoding/graph6/graph6.go:292
in loop -
cilium/cilium @v1.20.0
in loop - in loop
-
dop251/goja @v0.0.0-20260723142020-b4aef50fa347
in loop - in loop
-
v1/gonum @v0.17.0
graph/encoding/digraph6/digraph6.go:347
in loop
top callers
The modules that reach for it
The modules that call Int.Lsh most in this snapshot.
- github.com/cloudflare/circl3811%
- github.com/dop251/goja185%
- golang.org/x/crypto165%
- github.com/ethereum/go-ethereum154%
- github.com/google/grumpy113%
siblings
More from math/big
The other most-called members in this package. See all →