MCPcopy Create free account
hub / github.com/maruel/panicparse / _

Function _

stack/location_string.go:7–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import "strconv"
6
7func _() {
8 // An "invalid array index" compiler error signifies that the constant values have changed.
9 // Re-run the stringer command to generate them again.
10 var x [1]struct{}
11 _ = x[LocationUnknown-0]
12 _ = x[GoMod-1]
13 _ = x[GOPATH-2]
14 _ = x[GoPkg-3]
15 _ = x[Stdlib-4]
16 _ = x[lastLocation-5]
17}
18
19const _Location_name = "LocationUnknownGoModGOPATHGoPkgStdliblastLocation"
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected