go/ast.Node.End
standard libraryThe 1900th most-called standard-library method by production calls. Called 333 times across 28 modules; 323 of those run outside tests and generated code.
- prod calls
- 323
- non-test, non-generated
- all calls
- 333
- total callsites
- modules
- 28
- distinct callers
- in loop
- 36%
- of prod calls
- in tests
- 3%
- 10 calls
- resolved
- 0%
- 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 →
- Interface method100%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Node.End from notable Go projects. Open one on the map to see what else it hammers.
- Go (golang.org/x) 145 45%
- CockroachDB 1 <1%
where it's called
Callsites in the wild
12 representative callsites of 333, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
a-h/templ @v0.3.1020
in loop -
goplus/xgo @v1.7.5
in loop -
mgechev/revive @v1.15.0
in loop -
therecipe/qt @v0.0.0-20200904063919-c0c124a5770d
in loop - in loop
-
x/tools @v0.48.0
internal/imports/sortimports.go:47
in loop -
go/tools @v0.7.0
go/ast/astutil/util.go:61
in loop -
mvdan.cc/gofumpt @v0.11.0
format/format.go:585
in loop -
a-h/templ @v0.3.1020
in loop -
goplus/xgo @v1.7.5
in loop -
x/tools @v0.48.0
go/analysis/passes/assign/assign.go:83
in loop
top callers
The modules that reach for it
The modules that call Node.End most in this snapshot.
- golang.org/x/tools15246%
- github.com/goplus/xgo8124%
- encr.dev185%
- mvdan.cc/gofumpt185%
- github.com/encoredev/encore175%
siblings
More from go/ast
The other most-called members in this package. See all →