reflect.Value.SetFloat
standard libraryThe 2375th most-called standard-library method by production calls. Called 262 times across 114 modules; 255 of those run outside tests and generated code.
- prod calls
- 255
- non-test, non-generated
- all calls
- 262
- total callsites
- modules
- 114
- distinct callers
- in loop
- 9%
- of prod calls
- in tests
- 3%
- 7 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 method95%A method on a value whose type is known exactly.
- Embedded method5%Reached through an embedded type.
who calls this
Notable callers
Production calls into Value.SetFloat from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 12 5%
- Istio 4 2%
- Dgraph 1 <1%
- Go (golang.org/x) 1 <1%
- HashiCorp 1 <1%
where it's called
Callsites in the wild
12 representative callsites of 262, prioritizing in-loop and non-test usage. We link to source, never display it.
-
dgraph-io/badger/v4 @v4.9.6
in loop - in loop
-
astaxie/beego @v1.12.3
in loop -
beego/beego @v1.12.14
in loop -
beego/beego/v2 @v2.3.10
in loop - in loop
- in loop
- in loop
-
ollama/ollama @v0.32.5
in loop - in loop
-
photoprism/photoprism @v0.0.0-20260731091001-53cb31e1a2c3
in loop - in loop
top callers
The modules that reach for it
The modules that call Value.SetFloat most in this snapshot.
- github.com/go-gorm/gorm156%
- gorm.io/gorm156%
- github.com/beego/beego/v283%
- github.com/go-json-experiment/json73%
- github.com/go-viper/mapstructure/v273%
siblings
More from reflect
The other most-called members in this package. See all →