strings.TrimLeft
standard libraryThe 753rd most-called standard-library function by production calls. Called 1,007 times across 325 modules; 908 of those run outside tests and generated code.
- prod calls
- 908
- non-test, non-generated
- all calls
- 1,007
- total callsites
- modules
- 325
- distinct callers
- in loop
- 26%
- of prod calls
- in tests
- 10%
- 99 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 TrimLeft from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 51 6%
- Go (golang.org/x) 20 2%
- Argo 18 2%
- InfluxDB 15 2%
- Grafana 10 1%
where it's called
Callsites in the wild
12 representative callsites of 1,007, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
miekg/dns @v0.6.90
scan.go:512
in loop -
go-gitea/gitea @v1.27.1
in loop -
gitea.dev @v1.27.1
modules/git/grep.go:71
in loop -
cli/cli @v1.14.0
in loop - in loop
- in loop
- in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call TrimLeft most in this snapshot.
- github.com/kubernetes/kubernetes293%
- github.com/esengine/DeepSeek-Reasonix232%
- github.com/influxdata/telegraf222%
- github.com/siderolabs/talos202%
- k8s.io/kubernetes202%
siblings
More from strings
The other most-called functions in this package. See all →