reflect.SliceOf
standard libraryThe 2846th most-called standard-library function by production calls. Called 223 times across 86 modules; 209 of those run outside tests and generated code.
- prod calls
- 209
- non-test, non-generated
- all calls
- 223
- total callsites
- modules
- 86
- distinct callers
- in loop
- 17%
- of prod calls
- in tests
- 6%
- 14 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 SliceOf from notable Go projects. Open one on the map to see what else it hammers.
- HashiCorp 7 3%
- Protocol Buffers 5 2%
- Kubernetes 4 2%
- ClickHouse 3 1%
- Hugo 3 1%
where it's called
Callsites in the wild
12 representative callsites of 223, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
gitea.dev @v1.27.1
models/unittest/consistency.go:31
in loop -
astaxie/beego @v1.12.3
in loop -
beego/beego @v1.12.14
in loop - in loop
- in loop
- in loop
- in loop
-
semaphoreui/semaphore @v0.0.0-20260802115903-ff0cf4cbaa57
in loop -
thoas/go-funk @v0.9.3
in loop -
gorm.io/gorm @v1.31.2
callbacks/associations.go:53
in loop
top callers
The modules that reach for it
The modules that call SliceOf most in this snapshot.
- github.com/thoas/go-funk2310%
- github.com/ugorji/go/codec136%
- github.com/IBM-Cloud/bluemix-go125%
- github.com/gogf/gf/v2104%
- github.com/go-gorm/gorm94%
siblings
More from reflect
The other most-called functions in this package. See all →