reflect.Append
standard libraryThe 1833rd most-called standard-library function by production calls. Called 366 times across 134 modules; 335 of those run outside tests and generated code.
- prod calls
- 335
- non-test, non-generated
- all calls
- 366
- total callsites
- modules
- 134
- distinct callers
- in loop
- 73%
- of prod calls
- in tests
- 8%
- 31 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 Append from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 21 6%
- Hugo 9 3%
- ClickHouse 8 2%
- Go (golang.org/x) 5 1%
- HashiCorp 3 <1%
where it's called
Callsites in the wild
12 representative callsites of 366, prioritizing in-loop and non-test usage. We link to source, never display it.
-
go/bufplugin @v0.10.0
option/options.go:364
in loop -
ClickHouse/clickhouse-go/v2 @v2.48.0
in loop - in loop
-
entgo.io/ent @v0.14.6
dialect/sql/scan.go:122
in loop -
AdaLogics/go-fuzz-headers @v0.0.0-20240806141605-e8a1dd7889d6
in loop - in loop
-
GoogleContainerTools/skaffold/v2 @v2.24.0
fs/assets/credits_generated/github.com/hashicorp/hcl/decoder.go:493 ↗
in loop - in loop
- in loop
- in loop
-
abema/go-mp4 @v1.7.1
in loop -
alecthomas/kong @v1.16.0
in loop
top callers
The modules that reach for it
The modules that call Append most in this snapshot.
- github.com/gogo/protobuf288%
- github.com/gogf/gf/v2205%
- github.com/go-gorm/gorm195%
- github.com/thoas/go-funk195%
- gorm.io/gorm195%
siblings
More from reflect
The other most-called functions in this package. See all →