Skip to content
callcount

math/big.Int.SetString

standard library

The 2886th most-called standard-library method by production calls. Called 411 times across 95 modules; 206 of those run outside tests and generated code.

All of math/big → Docs on pkg.go.dev ↗

prod calls
206
non-test, non-generated
all calls
411
total callsites
modules
95
distinct callers
in loop
14%
of prod calls
in tests
50%
205 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.SetString from notable Go projects. Open one on the map to see what else it hammers.

where it's called

Callsites in the wild

12 representative callsites of 411, prioritizing in-loop and non-test usage. We link to source, never display it.

Int.SetString · 12 of 411 callsites

top callers

The modules that reach for it

The modules that call Int.SetString most in this snapshot.

  • github.com/ethereum/go-ethereum5213%
  • github.com/cloudflare/circl379%
  • golang.org/x/crypto318%
  • github.com/drand/kyber236%
  • github.com/zmap/zcrypto195%

siblings

More from math/big

The other most-called members in this package. See all →