golang.org/x/text/message.Printer.Sprintf
third-partyThe 8124th most-called third-party method by production calls. Called 120 times across 14 modules; 73 of those run outside tests and generated code.
- prod calls
- 73
- non-test, non-generated
- all calls
- 120
- total callsites
- modules
- 14
- distinct callers
- in loop
- 11%
- of prod calls
- in tests
- 39%
- 47 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 method98%A method on a value whose type is known exactly.
- Method value2%A method captured as a value, then called.
who calls this
Notable callers
Production calls into Printer.Sprintf from notable Go projects. Open one on the map to see what else it hammers.
- Gitea 1 1%
where it's called
Callsites in the wild
12 representative callsites of 120, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
-
x/text @v0.40.0
number/format_test.go:41
in loop test -
x/text @v0.40.0
message/examples_test.go:53
in loop test -
x/text @v0.40.0
number/format_test.go:105
in loop test -
x/text @v0.40.0
message/message_test.go:164
in loop test
top callers
The modules that reach for it
The modules that call Printer.Sprintf most in this snapshot.
- github.com/santhosh-tekuri/jsonschema/v64840%
- golang.org/x/text4638%
- github.com/thanos-io/thanos54%
- github.com/wtfutil/wtf54%
- github.com/kataras/iris/v1233%