strconv.Unquote
standard libraryThe 1639th most-called standard-library function by production calls. Called 2,537 times across 175 modules; 374 of those run outside tests and generated code.
- prod calls
- 374
- non-test, non-generated
- all calls
- 2,537
- total callsites
- modules
- 175
- distinct callers
- in loop
- 38%
- of prod calls
- in tests
- 2%
- 60 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 Unquote from notable Go projects. Open one on the map to see what else it hammers.
- Go (golang.org/x) 34 9%
- Kubernetes 13 3%
- Dgraph 10 3%
- CockroachDB 9 2%
- VictoriaMetrics 9 2%
where it's called
Callsites in the wild
12 representative callsites of 2,537, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
go/protoyaml @v0.7.0
decode.go:1188
in loop - in loop
- in loop
- in loop
-
encr.dev @v1.57.13
v2/internals/schema/schema_parser.go:172
in loop -
entgo.io/ent @v0.14.6
entc/gen/template.go:242
in loop - in loop
-
gitea.dev @v1.27.1
modules/indexer/code/git.go:149
in loop - in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call Unquote most in this snapshot.
- github.com/elastic/go-elasticsearch/v82,04080%
- github.com/99designs/gqlgen402%
- github.com/stashapp/stash301%
- golang.org/x/tools301%
- github.com/goplus/xgo14<1%
siblings
More from strconv
The other most-called functions in this package. See all →