fmt.Sscanf
standard libraryThe 980th most-called standard-library function by production calls. Called 896 times across 200 modules; 677 of those run outside tests and generated code.
1% in production calls vs 2026-W37 (672 → 677)
- prod calls
- 677
- non-test, non-generated
- all calls
- 896
- total callsites
- modules
- 200
- distinct callers
- in loop
- 34%
- of prod calls
- in tests
- 24%
- 219 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 function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into Sscanf from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 17 3%
- TiDB 16 2%
- containerd 13 2%
- InfluxDB 12 2%
- Docker 11 2%
where it's called
Callsites in the wild
12 representative callsites of 896, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cilium/cilium @v1.20.2
in loop - in loop
-
hashicorp/consul @v1.22.7
in loop -
etcd-io/etcd @v2.3.8+incompatible
in loop - in loop
-
gitea.dev @v1.27.3
services/automerge/automerge.go:49
in loop - in loop
-
NoFxAiOS/nofx @v0.0.0-20260905025447-638d40421189
in loop - in loop
- in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call Sscanf most in this snapshot.
- github.com/ollama/ollama506%
- github.com/gastownhall/gastown485%
- github.com/steveyegge/gastown485%
- github.com/NoFxAiOS/nofx243%
- github.com/cockroachdb/pebble/v2222%
siblings
More from fmt
The other most-called functions in this package. See all →