bufio.Scanner.Split
standard libraryThe 3618th most-called standard-library method by production calls. Called 206 times across 102 modules; 164 of those run outside tests and generated code.
- prod calls
- 164
- non-test, non-generated
- all calls
- 206
- total callsites
- modules
- 102
- distinct callers
- in loop
- 2%
- of prod calls
- in tests
- 20%
- 42 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.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Scanner.Split from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 16 10%
- InfluxDB 5 3%
- CockroachDB 4 2%
- Gitea 4 2%
- HashiCorp 3 2%
where it's called
Callsites in the wild
12 representative callsites of 206, prioritizing in-loop and non-test usage. We link to source, never display it.
-
elastic/beats @v6.8.23+incompatible
in loop -
getsops/sops/v3 @v3.13.3
in loop - in loop
- in loop
- in loop test
- in loop test
- in loop test
-
coder/coder @v0.27.3
in loop test - in loop test
- in loop test
- in loop test
- in loop test
top callers
The modules that reach for it
The modules that call Scanner.Split most in this snapshot.
- github.com/GoesToEleven/GolangTraining168%
- github.com/grafana/loki/v373%
- github.com/jesseduffield/lazygit73%
- github.com/anchore/syft63%
- github.com/kubernetes/kubernetes63%
siblings
More from bufio
The other most-called members in this package. See all →