bytes.Buffer.WriteRune
standard libraryThe 485th most-called standard-library method by production calls. Called 1,678 times across 228 modules; 1,638 of those run outside tests and generated code.
- prod calls
- 1,638
- non-test, non-generated
- all calls
- 1,678
- total callsites
- modules
- 228
- distinct callers
- in loop
- 57%
- of prod calls
- in tests
- 2%
- 39 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 method99%A method on a value whose type is known exactly.
- Embedded method1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Buffer.WriteRune from notable Go projects. Open one on the map to see what else it hammers.
- Dgraph 228 14%
- CockroachDB 52 3%
- Kubernetes 43 3%
- Go (golang.org/x) 30 2%
- Cilium 18 1%
where it's called
Callsites in the wild
12 representative callsites of 1,678, prioritizing in-loop and non-test usage. We link to source, never display it.
-
go/standard @v0.1.0
xstrings/xstrings.go:92
in loop - in loop
-
charm.land/fantasy @v0.40.0
jsonrepair/jsonrepair.go:1639
in loop -
cilium/statedb @v0.8.3
in loop -
go/logging @v1.19.0
logging.go:637
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
connectrpc.com/connect @v1.20.0
cmd/protoc-gen-connect-go/main.go:704
in loop - in loop
-
moby/moby @v28.5.2+incompatible
in loop - in loop
-
gitea.dev @v1.27.1
services/gitdiff/highlightdiff.go:193
in loop -
cli/cli @v1.14.0
in loop
top callers
The modules that reach for it
The modules that call Buffer.WriteRune most in this snapshot.
- github.com/rclone/rclone1338%
- github.com/dgraph-io/dgraph/v241278%
- github.com/hypermodeinc/dgraph/v241278%
- github.com/dgraph-io/dgraph1016%
- github.com/Azure/azure-storage-blob-go553%
siblings
More from bytes
The other most-called members in this package. See all →